Searched refs:DepthMallocSo (Results 1 – 3 of 3) sorted by relevance
27 char *DepthMallocSo(int depth, int mallocSize) in DepthMallocSo() function37 return (DepthMallocSo(depth - 1, mallocSize)); in DepthMallocSo()
28 char *DepthMallocSo(int depth, int mallocSize);
29 typedef char* (*DepthMallocSo)(int depth, int mallocSize); typedef136 DepthMallocSo mallocFunc = DepthMalloc; in thread_func_cpp_hook()148 mallocFunc = (DepthMallocSo)dlsym(handle, "DepthMallocSo"); in thread_func_cpp_hook()