Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
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 thread_func_cpp()
137 DepthFreeSo freeFunc = DepthFree; in thread_func_cpp_hook()
Dhook_test.c93 void DepthFree(int depth, void* p) in DepthFree() function
101 return (DepthFree(depth - 1, p)); in DepthFree()
122 DepthFree(STATIC_DEPTH, p); in ApplyForMalloc()
149 DepthFree(STATIC_DEPTH, p); in ApplyForCalloc()
186 DepthFree(STATIC_DEPTH, np); in ApplyForRealloc()
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/
Dcheck_hook_data_test.cpp142 void DepthFree(int depth, void *p) in DepthFree() function in __anon09b5bb170111::CheckHookDataTest
150 return (DepthFree(depth - 1, p)); in DepthFree()
173 DepthFree(depth, p); in ApplyForMalloc()
210 DepthFree(depth, p); in ApplyForCalloc()
259 DepthFree(depth, np); in ApplyForRealloc()