Home
last modified time | relevance | path

Searched defs:RequestedSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_errors.cpp72 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
Dcommon.h73 size_t RequestedSize = 0; member
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dreport.cpp103 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory()