Home
last modified time | relevance | path

Searched refs:ohos_malloc_hook_calloc (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_hook/
Dlibnative_hook.map12 "ohos_malloc_hook_calloc";
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dhook_client_test.cpp130 void* callocBlack = ohos_malloc_hook_calloc(g_size, g_resize);
138 void* callocBlack2 = ohos_malloc_hook_calloc(0, g_resize);
195 void* callocBlack = ohos_malloc_hook_calloc(g_size, g_resize);
/developtools/profiler/device/plugins/native_hook/include/
Dhook_client.h36 EXPORT_API void* ohos_malloc_hook_calloc(size_t, size_t);
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp1322 void* ohos_malloc_hook_calloc(size_t number, size_t size) in ohos_malloc_hook_calloc() function