Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp365 reportOutOfMemory(Size); in allocate()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp31 EXPECT_DEATH(scudo::reportOutOfMemory(4242), "Scudo ERROR.*4242"); in TEST()
/llvm-project-15.0.7/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()
378 reportOutOfMemory(NeededSize);