Lines Matching refs:DlsymAlloc
33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
38 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() argument
39 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
46 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
47 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
54 if (DlsymAlloc::Use()) in INTERCEPTOR()
55 return DlsymAlloc::Allocate(size); in INTERCEPTOR()
62 if (DlsymAlloc::Use()) in INTERCEPTOR()
63 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
70 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
71 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()