Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
Dhook_so.cpp27 char *DepthMallocSo(int depth, int mallocSize) in DepthMallocSo() function
37 return (DepthMallocSo(depth - 1, mallocSize)); in DepthMallocSo()
Dhook_so.h28 char *DepthMallocSo(int depth, int mallocSize);
Dhook_test.cpp29 typedef char* (*DepthMallocSo)(int depth, int mallocSize); typedef
136 DepthMallocSo mallocFunc = DepthMalloc; in thread_func_cpp_hook()
148 mallocFunc = (DepthMallocSo)dlsym(handle, "DepthMallocSo"); in thread_func_cpp_hook()