Home
last modified time | relevance | path

Searched refs:DepthMallocSo (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_so.cpp27 char *DepthMallocSo(int depth, int mallocSize)
37 return (DepthMallocSo(depth - 1, mallocSize));
H A Dhook_so.h28 char *DepthMallocSo(int depth, int mallocSize);
H A 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()
H A 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/
H A Dcheck_hook_data_test.cpp65 typedef char* (*DepthMallocSo)(int depth, int mallocSize); typedef
253 DepthMallocSo mallocFunc = nullptr; in DlopenAndCloseSo()
261 mallocFunc = (DepthMallocSo)dlsym(handle, "DepthMallocSo"); in DlopenAndCloseSo()

Completed in 5 milliseconds