Searched defs:DlSymAllocator (Results 1 – 1 of 1) sorted by relevance
22 struct DlSymAllocator { struct23 static bool Use() { in Use()28 static bool PointerIsMine(const void *ptr) { in PointerIsMine()34 static void *Allocate(uptr size_in_bytes) { in Allocate()42 static void *Callocate(SIZE_T nmemb, SIZE_T size) { in Callocate()50 static void Free(void *ptr) { in Free()56 static void *Realloc(void *ptr, uptr new_size) { in Realloc()73 static void OnAllocate(const void *ptr, uptr size) {} in OnAllocate()74 static void OnFree(const void *ptr, uptr size) {} in OnFree()