Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/
Dlibnative_hook.map15 "ohos_malloc_hook_aligned_alloc";
/developtools/profiler/device/plugins/native_hook/include/
Dhook_client.h39 EXPORT_API void* ohos_malloc_hook_aligned_alloc(size_t, size_t);
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dhook_client_test.cpp174 void* alignedAllocBlack = ohos_malloc_hook_aligned_alloc(g_size, g_resize);
199 void* alignedAllocBlack = ohos_malloc_hook_aligned_alloc(g_size, g_resize);
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp1421 void* ohos_malloc_hook_aligned_alloc(size_t align, size_t len) in ohos_malloc_hook_aligned_alloc() function