Searched defs:callocSize (Results 1 – 3 of 3) sorted by relevance
73 char* DepthCalloc(int depth, int callocSize) in DepthCalloc()132 int callocSize = mallocSize / sizeof(char); in ApplyForCalloc() local
72 static char* DepthCalloc(int depth, int callocSize) in DepthCalloc()131 int callocSize = mallocSize / sizeof(char); in ApplyForCalloc() local
189 char *DepthCalloc(int depth, int callocSize) in DepthCalloc()201 int callocSize = DEFAULT_CALLOC_SIZE / sizeof(char); in ApplyForCalloc() local