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