Home
last modified time | relevance | path

Searched refs:DepthFree (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_test.cpp88 void DepthFree(int depth, char *p) in DepthFree() function
96 return (DepthFree(depth - 1, p)); in DepthFree()
117 DepthFree(g_stickDepth, p); in ThreadFuncCpp()
137 DepthFreeSo freeFunc = DepthFree; in ThreadFuncCppHook()
H A Dhook_test.c94 void DepthFree(int depth, void* p) in DepthFree() function
102 return (DepthFree(depth - 1, p)); in DepthFree()
123 DepthFree(STATIC_DEPTH, p); in ApplyForMalloc()
150 DepthFree(STATIC_DEPTH, p); in ApplyForCalloc()
187 DepthFree(STATIC_DEPTH, np); in ApplyForRealloc()
H A Dmalloc_test.cpp92 static void DepthFree(int depth, void* p) in DepthFree() function
100 return (DepthFree(depth - 1, p)); in DepthFree()
121 DepthFree(STATIC_DEPTH, p); in ApplyForMalloc()
148 DepthFree(STATIC_DEPTH, p); in ApplyForCalloc()
186 DepthFree(STATIC_DEPTH, np); in ApplyForRealloc()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dcheck_hook_data_test.cpp214 void DepthFree(int depth, void *p) in DepthFree() function in CheckHookDataTest
222 return (DepthFree(depth - 1, p)); in DepthFree()
245 DepthFree(depth, p); in ApplyForMalloc()
337 DepthFree(depth, p); in ApplyForCalloc()
392 DepthFree(depth, np); in ApplyForRealloc()

Completed in 5 milliseconds