Searched refs:reportOutOfMemory (Results 1 – 9 of 9) sorted by relevance
30 void NORETURN reportOutOfMemory(uptr RequestedSize);
72 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() function
33 if (!NoThrow && UNLIKELY(!Ptr)) reportOutOfMemory(size); \
365 reportOutOfMemory(Size); in allocate()
31 EXPECT_DEATH(scudo::reportOutOfMemory(4242), "Scudo ERROR.*4242"); in TEST()
35 void NORETURN reportOutOfMemory(uptr RequestedSize);
103 void NORETURN reportOutOfMemory(uptr RequestedSize) { in reportOutOfMemory() function
187 reportOutOfMemory(SizeClassAllocator::getSizeByClassId(BatchClassId)); in drain()
88 reportOutOfMemory(SizeClassMap::getSizeByClassId(QuarantineClassId)); in allocate()378 reportOutOfMemory(NeededSize);