Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp485 void* hook_aligned_alloc(void* (*fn)(size_t, size_t), size_t align, size_t len) in hook_aligned_alloc() function
1395 void* ret = hook_aligned_alloc(GetDispatch()->aligned_alloc, align, len); in ohos_malloc_hook_aligned_alloc()