HomeSort by: relevance | last modified time | path
    Searched refs:ReportInternalAllocatorOutOfMemory (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator.cpp 79 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) {
89 ReportInternalAllocatorOutOfMemory(size);
96 ReportInternalAllocatorOutOfMemory(size);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator.cc 143 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) {
155 ReportInternalAllocatorOutOfMemory(size + sizeof(u64));
170 ReportInternalAllocatorOutOfMemory(size);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator.cpp 140 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) {
150 ReportInternalAllocatorOutOfMemory(size);
157 ReportInternalAllocatorOutOfMemory(size);

Completed in 26 milliseconds