Lines Matching refs:DlsymAlloc
32 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
52 if (DlsymAlloc::Use()) in INTERCEPTOR() argument
53 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
58 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
59 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
64 if (DlsymAlloc::Use()) in INTERCEPTOR()
65 return DlsymAlloc::Allocate(size); in INTERCEPTOR()
72 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
73 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
80 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR()
81 return DlsymAlloc::Free(ptr); in INTERCEPTOR()