Home
last modified time | relevance | path

Searched refs:RequestedSize (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h73 void RecordAllocation(uintptr_t Addr, size_t RequestedSize);
94 size_t RequestedSize = 0; member
H A Dcommon.cpp43 RequestedSize = AllocSize; in RecordAllocation()
H A Dguarded_pool_allocator.cpp140 Cb(Meta.Addr, Meta.RequestedSize, Arg); in iterate()
437 return Meta->RequestedSize; in getSize()
H A Dcrash_handler.cpp114 return AllocationMeta->RequestedSize; in __gwp_asan_get_allocation_size()
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp103 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() argument
105 Report.append("out of memory trying to allocate %zu bytes\n", RequestedSize); in reportOutOfMemory()
H A Dreport.h38 void NORETURN reportOutOfMemory(uptr RequestedSize);