Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.cpp75 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc() function
85 return (DepthMalloc(depth - 1, mallocSize)); in DepthMalloc()
112 p = DepthMalloc(g_stickDepth, MALLOC_SIZE); in ThreadFuncCpp()
136 DepthMallocSo mallocFunc = DepthMalloc; in ThreadFuncCppHook()
Dmalloc_test.cpp59 static char* DepthMalloc(int depth, int mallocSize) in DepthMalloc() function
69 return (DepthMalloc(depth - 1, mallocSize)); in DepthMalloc()
110 char* p = DepthMalloc(STATIC_DEPTH, mallocSize); in ApplyForMalloc()
Dhook_test.c61 char* DepthMalloc(int depth, int mallocSize) in DepthMalloc() function
71 return (DepthMalloc(depth - 1, mallocSize)); in DepthMalloc()
112 char* p = DepthMalloc(STATIC_DEPTH, mallocSize); in ApplyForMalloc()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp195 char *DepthMalloc(int depth) in DepthMalloc() function in __anon8edd91f50111::CheckHookDataTest
202 return (DepthMalloc(depth - 1)); in DepthMalloc()
207 char *p = DepthMalloc(depth); in ApplyForMalloc()