Searched refs:RequestedSize (Results 1 – 8 of 8) sorted by relevance
72 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() argument74 RequestedSize); in reportOutOfMemory()
30 void NORETURN reportOutOfMemory(uptr RequestedSize);
52 void RecordAllocation(uintptr_t Addr, size_t RequestedSize);73 size_t RequestedSize = 0; member
123 Cb(Meta.Addr, Meta.RequestedSize, Arg); in iterate()319 return Meta->RequestedSize; in getSize()
43 RequestedSize = AllocSize; in RecordAllocation()
106 return AllocationMeta->RequestedSize; in __gwp_asan_get_allocation_size()
103 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() argument105 Report.append("out of memory trying to allocate %zu bytes\n", RequestedSize); in reportOutOfMemory()
35 void NORETURN reportOutOfMemory(uptr RequestedSize);