Lines Matching defs:DlsymAlloc
23 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> {
83 if (DlsymAlloc::PointerIsMine(ptr))
84 return DlsymAlloc::Free(ptr);
93 if (DlsymAlloc::PointerIsMine(ptr))
94 return DlsymAlloc::Free(ptr);
121 if (DlsymAlloc::Use())
122 return DlsymAlloc::Callocate(nmemb, size);
129 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr))
130 return DlsymAlloc::Realloc(ptr, size);
145 if (DlsymAlloc::Use())
146 return DlsymAlloc::Allocate(size);