Searched refs:ReportInternalAllocatorOutOfMemory (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator.cc143 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) { function in namespace:__sanitizer
155 ReportInternalAllocatorOutOfMemory(size + sizeof(u64));
170 ReportInternalAllocatorOutOfMemory(size);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cc141 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) { function in namespace:__sanitizer
153 ReportInternalAllocatorOutOfMemory(size + sizeof(u64));
168 ReportInternalAllocatorOutOfMemory(size);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cpp140 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) { function in namespace:__sanitizer
150 ReportInternalAllocatorOutOfMemory(size);
157 ReportInternalAllocatorOutOfMemory(size);

Completed in 86 milliseconds