Lines Matching refs:DlsymAlloc
81 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
216 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
217 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
226 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
227 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
1001 if (DlsymAlloc::Use()) in INTERCEPTOR()
1002 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
1007 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
1008 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
1019 if (DlsymAlloc::Use()) in INTERCEPTOR()
1020 return DlsymAlloc::Allocate(size); in INTERCEPTOR()