Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c74 char* DepthCalloc(int depth, int callocSize) in DepthCalloc()
133 int callocSize = mallocSize / sizeof(char); in ApplyForCalloc() local
Dmalloc_test.cpp72 static char* DepthCalloc(int depth, int callocSize) in DepthCalloc()
131 int callocSize = mallocSize / sizeof(char); in ApplyForCalloc() local
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp350 char* DepthCalloc(int depth, int callocSize) in DepthCalloc()
362 int callocSize = DEFAULT_CALLOC_SIZE / sizeof(char); in ApplyForCalloc() local