Lines Matching refs:DlsymAlloc
33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
50 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() argument
51 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
58 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
59 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
66 if (DlsymAlloc::Use()) in INTERCEPTOR()
67 return DlsymAlloc::Allocate(size); in INTERCEPTOR()
73 if (DlsymAlloc::Use()) in INTERCEPTOR()
74 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
80 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
81 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()