Home
last modified time | relevance | path

Searched defs:reallocSize (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c84 char* DepthRealloc(int depth, void* p, int reallocSize) in DepthRealloc()
160 int reallocSize = mallocSize * DEFAULT_REALLOC_SIZE; in ApplyForRealloc() local
Dmalloc_test.cpp82 static char* DepthRealloc(int depth, void* p, int reallocSize) in DepthRealloc()
159 int reallocSize = mallocSize * defaultReallocSize; in ApplyForRealloc() local
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp316 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc()
328 int reallocSize = DEFAULT_REALLOC_SIZE; in ApplyForRealloc() local