Searched defs:mallocSize (Results 1 – 7 of 7) sorted by relevance
16 const mallocSize = 1024 * 1024; constant
60 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() local496 int mallocSize = g_mallocSize; in main() local
27 char *DepthMallocSo(int depth, int mallocSize) in DepthMallocSo()
59 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() local515 int mallocSize = g_mallocSize; in main() local
75 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
46 uint32_t mallocSize; member
64 size_t mallocSize; member