Home
last modified time | relevance | path

Searched refs:DepthCalloc (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
Dmalloc_test.cpp72 static char* DepthCalloc(int depth, int callocSize) in DepthCalloc() function
79 return (DepthCalloc(depth - 1, callocSize)); in DepthCalloc()
137 char* p = DepthCalloc(STATIC_DEPTH, callocSize); in ApplyForCalloc()
Dhook_test.c74 char* DepthCalloc(int depth, int callocSize) in DepthCalloc() function
81 return (DepthCalloc(depth - 1, callocSize)); in DepthCalloc()
139 char* p = DepthCalloc(STATIC_DEPTH, callocSize); in ApplyForCalloc()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp276 char* DepthCalloc(int depth, int callocSize) in DepthCalloc() function in __anon8edd91f50111::CheckHookDataTest
283 return (DepthCalloc(depth - 1, callocSize)); in DepthCalloc()
289 char *p = DepthCalloc(depth, callocSize); in ApplyForCalloc()