Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
Dmalloc_test.cpp82 static char* DepthRealloc(int depth, void* p, int reallocSize) in DepthRealloc() function
89 return (DepthRealloc(depth - 1, p, reallocSize)); in DepthRealloc()
174 char* np = DepthRealloc(STATIC_DEPTH, p, reallocSize); in ApplyForRealloc()
Dhook_test.c84 char* DepthRealloc(int depth, void* p, int reallocSize) in DepthRealloc() function
91 return (DepthRealloc(depth - 1, p, reallocSize)); in DepthRealloc()
175 char* np = DepthRealloc(STATIC_DEPTH, p, reallocSize); in ApplyForRealloc()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp316 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc() function in __anon8edd91f50111::CheckHookDataTest
323 return (DepthRealloc(depth - 1, p, reallocSize)); in DepthRealloc()
337 char *np = DepthRealloc(depth, p, reallocSize); in ApplyForRealloc()