Searched refs:RequestedSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_errors.cpp72 void NORETURN reportOutOfMemory(uptr RequestedSize) { argument
74 RequestedSize);
H A Dscudo_errors.h30 void NORETURN reportOutOfMemory(uptr RequestedSize);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.h35 void NORETURN reportOutOfMemory(uptr RequestedSize);
H A Dreport.cpp103 void NORETURN reportOutOfMemory(uptr RequestedSize) { argument
105 Report.append("out of memory trying to allocate %zu bytes\n", RequestedSize);

Completed in 185 milliseconds