Searched refs:DepthCalloc (Results 1 – 3 of 3) sorted by relevance
72 static char* DepthCalloc(int depth, int callocSize) in DepthCalloc() function79 return (DepthCalloc(depth - 1, callocSize)); in DepthCalloc()137 char* p = DepthCalloc(STATIC_DEPTH, callocSize); in ApplyForCalloc()
74 char* DepthCalloc(int depth, int callocSize) in DepthCalloc() function81 return (DepthCalloc(depth - 1, callocSize)); in DepthCalloc()139 char* p = DepthCalloc(STATIC_DEPTH, callocSize); in ApplyForCalloc()
276 char* DepthCalloc(int depth, int callocSize) in DepthCalloc() function in __anon8edd91f50111::CheckHookDataTest283 return (DepthCalloc(depth - 1, callocSize)); in DepthCalloc()289 char *p = DepthCalloc(depth, callocSize); in ApplyForCalloc()