Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dcommon.h73 void RecordAllocation(uintptr_t Addr, size_t RequestedSize);
94 size_t RequestedSize = 0; member
Dcommon.cpp43 RequestedSize = AllocSize; in RecordAllocation()
Dguarded_pool_allocator.cpp138 Cb(Meta.Addr, Meta.RequestedSize, Arg); in iterate()
434 return Meta->RequestedSize; in getSize()
Dcrash_handler.cpp114 return AllocationMeta->RequestedSize; in __gwp_asan_get_allocation_size()
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dreport.cpp115 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() argument
117 Report.append("out of memory trying to allocate %zu bytes\n", RequestedSize); in reportOutOfMemory()
Dreport.h35 void NORETURN reportOutOfMemory(uptr RequestedSize);
/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
Dcrash_handler_api.cpp32 Metadata[Slot].RequestedSize = Size; in metadata()
84 EXPECT_EQ(Metadata[Index].RequestedSize, in checkMetadata()