Searched refs:DepthMallocFree (Results 1 – 1 of 1) sorted by relevance
84 static bool DepthMallocFree(int depth = 0, int mallocSize = 100) in DepthMallocFree() function100 return (DepthMallocFree(depth - 1, mallocSize)); in DepthMallocFree()234 DepthMallocFree(g_stickDepth * 30); // 30: depth count in Fun5()