Searched defs:mallocSize (Results 1 – 8 of 8) sorted by relevance
61 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() local502 int mallocSize = g_mallocSize; in main() local
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() local519 int mallocSize = g_mallocSize; in main() local
27 char *DepthMallocSo(int depth, int mallocSize) in DepthMallocSo()
84 static bool DepthMallocFree(int depth = 0, int mallocSize = 100) in DepthMallocFree()
75 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
16 const mallocSize = 1024 * 1024; constant
106 size_t mallocSize; member140 uint32_t mallocSize; member
48 uint32_t mallocSize; member