Searched refs:DepthMalloc (Results 1 – 4 of 4) sorted by relevance
75 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc() function85 return (DepthMalloc(depth - 1, mallocSize)); in DepthMalloc()112 p = DepthMalloc(g_stickDepth, MALLOC_SIZE); in ThreadFuncCpp()136 DepthMallocSo mallocFunc = DepthMalloc; in ThreadFuncCppHook()
59 static char* DepthMalloc(int depth, int mallocSize) in DepthMalloc() function69 return (DepthMalloc(depth - 1, mallocSize)); in DepthMalloc()110 char* p = DepthMalloc(STATIC_DEPTH, mallocSize); in ApplyForMalloc()
61 char* DepthMalloc(int depth, int mallocSize) in DepthMalloc() function71 return (DepthMalloc(depth - 1, mallocSize)); in DepthMalloc()112 char* p = DepthMalloc(STATIC_DEPTH, mallocSize); in ApplyForMalloc()
195 char *DepthMalloc(int depth) in DepthMalloc() function in __anon8edd91f50111::CheckHookDataTest202 return (DepthMalloc(depth - 1)); in DepthMalloc()207 char *p = DepthMalloc(depth); in ApplyForMalloc()