Searched refs:RequestedSize (Results 1 – 7 of 7) sorted by relevance
73 void RecordAllocation(uintptr_t Addr, size_t RequestedSize);94 size_t RequestedSize = 0; member
43 RequestedSize = AllocSize; in RecordAllocation()
138 Cb(Meta.Addr, Meta.RequestedSize, Arg); in iterate()434 return Meta->RequestedSize; in getSize()
114 return AllocationMeta->RequestedSize; in __gwp_asan_get_allocation_size()
115 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() argument117 Report.append("out of memory trying to allocate %zu bytes\n", RequestedSize); in reportOutOfMemory()
35 void NORETURN reportOutOfMemory(uptr RequestedSize);
32 Metadata[Slot].RequestedSize = Size; in metadata()84 EXPECT_EQ(Metadata[Index].RequestedSize, in checkMetadata()