13 行
121 B
C++
13 行
121 B
C++
|
|
#include "hcc/hc_am.hpp"
|
|
|
|
|
|
|
|
|
|
void hipdbPrintMem(void *targetAddress)
|
|
{
|
|
hc::am_memtracker_print(targetAddress);
|
|
};
|
|
|
|
|