13 строки
121 B
C++
13 строки
121 B
C++
|
|
|
||
|
|
#include "hcc/hc_am.hpp"
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
void hipdbPrintMem(void *targetAddress)
|
||
|
|
{
|
||
|
|
hc::am_memtracker_print(targetAddress);
|
||
|
|
};
|
||
|
|
|
||
|
|
|