Searched refs:DepthMallocSo (Results 1 – 5 of 5) 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 ThreadFuncCppHook()148 mallocFunc = (DepthMallocSo)dlsym(handle, "DepthMallocSo"); in ThreadFuncCppHook()
37 typedef char* (*DepthMallocSo)(int depth, int mallocSize); typedef106 DepthMallocSo mallocFunc = nullptr; in DlopenAndCloseSo()116 mallocFunc = (DepthMallocSo)dlsym(handle, "DepthMallocSo"); in DlopenAndCloseSo()
58 typedef char* (*DepthMallocSo)(int depth, int mallocSize); typedef222 DepthMallocSo mallocFunc = nullptr; in DlopenAndCloseSo()230 mallocFunc = (DepthMallocSo)dlsym(handle, "DepthMallocSo"); in DlopenAndCloseSo()