Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/database/
DConfigWorker.ts16 const mallocSize = 1024 * 1024; constant
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c60 char* DepthMalloc(int depth, int mallocSize) in DepthMalloc()
104 void ApplyForMalloc(int mallocSize) in ApplyForMalloc()
130 void ApplyForCalloc(int mallocSize) in ApplyForCalloc()
157 void ApplyForRealloc(int mallocSize) in ApplyForRealloc()
202 int mallocSize = *(int*)param; in ThreadFuncC() local
496 int mallocSize = g_mallocSize; in main() local
Dhook_so.cpp27 char *DepthMallocSo(int depth, int mallocSize) in DepthMallocSo()
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
515 int mallocSize = g_mallocSize; in main() local
Dhook_test.cpp75 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_manager.h46 uint32_t mallocSize; member
Dhook_common.h64 size_t mallocSize; member