Home
last modified time | relevance | path

Searched defs:mallocSize (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c61 char* DepthMalloc(int depth, int mallocSize) in DepthMalloc()
105 void ApplyForMalloc(int mallocSize) in ApplyForMalloc()
131 void ApplyForCalloc(int mallocSize) in ApplyForCalloc()
158 void ApplyForRealloc(int mallocSize) in ApplyForRealloc()
203 int mallocSize = *(int*)param; in ThreadFuncC() local
502 int mallocSize = g_mallocSize; in main() local
Dmalloc_test.cpp59 static char* DepthMalloc(int depth, int mallocSize) in DepthMalloc()
103 static void ApplyForMalloc(int mallocSize) in ApplyForMalloc()
129 static void ApplyForCalloc(int mallocSize) in ApplyForCalloc()
156 static void ApplyForRealloc(int mallocSize) in ApplyForRealloc()
215 int mallocSize = *static_cast<int*>(param); in ThreadFuncC() local
519 int mallocSize = g_mallocSize; in main() local
Dhook_so.cpp27 char *DepthMallocSo(int depth, int mallocSize) in DepthMallocSo()
Dhook_test.cpp75 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
Dstatistics_test.cpp84 static bool DepthMallocFree(int depth = 0, int mallocSize = 100) in DepthMallocFree()
/developtools/smartperf_host/ide/src/trace/database/
DConfigWorker.ts16 const mallocSize = 1024 * 1024; constant
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h91 size_t mallocSize; member
125 uint32_t mallocSize; member
Dhook_manager.h47 uint32_t mallocSize; member