Lines Matching defs:DlsymAlloc
32 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> {
49 if (DlsymAlloc::PointerIsMine(ptr))
50 return DlsymAlloc::Free(ptr);
57 if (DlsymAlloc::PointerIsMine(ptr))
58 return DlsymAlloc::Free(ptr);
65 if (DlsymAlloc::Use())
66 return DlsymAlloc::Allocate(size);
72 if (DlsymAlloc::Use())
73 return DlsymAlloc::Callocate(nmemb, size);
79 if (DlsymAlloc::Use() || DlsymAlloc::PointerIsMine(ptr))
80 return DlsymAlloc::Realloc(ptr, size);