Searched refs:DepthRealloc (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | malloc_test.cpp | 82 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()
|
| D | hook_test.c | 84 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/ |
| D | check_hook_data_test.cpp | 316 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()
|