Home
last modified time | relevance | path

Searched refs:DepthMallocSo (Results 1 – 5 of 5) 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 ThreadFuncCppHook()
148 mallocFunc = (DepthMallocSo)dlsym(handle, "DepthMallocSo"); in ThreadFuncCppHook()
Dstatistics_test.cpp37 typedef char* (*DepthMallocSo)(int depth, int mallocSize); typedef
106 DepthMallocSo mallocFunc = nullptr; in DlopenAndCloseSo()
116 mallocFunc = (DepthMallocSo)dlsym(handle, "DepthMallocSo"); in DlopenAndCloseSo()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp58 typedef char* (*DepthMallocSo)(int depth, int mallocSize); typedef
222 DepthMallocSo mallocFunc = nullptr; in DlopenAndCloseSo()
230 mallocFunc = (DepthMallocSo)dlsym(handle, "DepthMallocSo"); in DlopenAndCloseSo()