Home
last modified time | relevance | path

Searched refs:reportOutOfMemory (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_errors.h31 void NORETURN reportOutOfMemory(uptr RequestedSize);
H A Dscudo_errors.cpp72 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() function
H A Dscudo_new_delete.cpp34 if (!NoThrow && UNLIKELY(!Ptr)) reportOutOfMemory(size); \
H A Dscudo_allocator.cpp343 reportOutOfMemory(Size); in allocate()