Searched refs:isUsing (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 1220 void hook_memtrace(void* addr, size_t size, const char* tag, bool isUsing) in hook_memtrace() argument 1236 if (isUsing) { in hook_memtrace() 1265 rawdata.type = isUsing ? MEMORY_USING_MSG : MEMORY_UNUSING_MSG; in hook_memtrace() 1272 rawdata.tagId = isUsing ? GetTagId(holder, tag) : 0; in hook_memtrace() 1385 void ohos_malloc_hook_memtrace(void* addr, size_t size, const char* tag, bool isUsing) in ohos_malloc_hook_memtrace() argument 1388 hook_memtrace(addr, size, tag, isUsing); in ohos_malloc_hook_memtrace()
|