Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp31 EXPECT_DEATH(scudo::reportOutOfMemory(4242), "Scudo ERROR.*4242"); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dreport.h35 void NORETURN reportOutOfMemory(uptr RequestedSize);
H A Dlocal_cache.h155 reportOutOfMemory(SizeClassAllocator::getSizeByClassId(BatchClassId)); in createBatch()
162 reportOutOfMemory(SizeClassAllocator::getSizeByClassId(BatchClassId)); in createGroup()
H A Dreport.cpp115 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() function
H A Dcombined.h89 reportOutOfMemory(SizeClassMap::getSizeByClassId(QuarantineClassId)); in allocate()
399 reportOutOfMemory(NeededSize);