Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_errors.h30 void NORETURN reportOutOfMemory(uptr RequestedSize);
H A Dscudo_errors.cpp72 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() function
H A Dscudo_new_delete.cpp33 if (!NoThrow && UNLIKELY(!Ptr)) reportOutOfMemory(size); \
H A Dscudo_allocator.cpp364 reportOutOfMemory(Size); in allocate()
/freebsd-13.1/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) { in reportOutOfMemory() function
H A Dlocal_cache.h187 reportOutOfMemory(SizeClassAllocator::getSizeByClassId(BatchClassId)); in drain()
H A Dcombined.h88 reportOutOfMemory(SizeClassMap::getSizeByClassId(QuarantineClassId)); in allocate()
368 reportOutOfMemory(NeededSize);