HomeSort by: relevance | last modified time | path
    Searched defs:exhausted (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary64.h 123 Report("FATAL: Internal error: %s's allocator exhausted the free list "
242 region->exhausted ? "F" : " ", class_id, ClassIdToSize(class_id),
605 bool exhausted; // Whether region is out of space for new chunks. local in function:SizeClassAllocator64::ALIGNED
672 // Check whether this size class is exhausted.
678 if (!region->exhausted) {
679 region->exhausted = true;
681 Printf("The process has exhausted %zuMB for size class %zu.\n",
762 region->exhausted = false;
sanitizer_allocator_primary64.h 123 Report("FATAL: Internal error: %s's allocator exhausted the free list "
242 region->exhausted ? "F" : " ", class_id, ClassIdToSize(class_id),
605 bool exhausted; // Whether region is out of space for new chunks. local in function:SizeClassAllocator64::ALIGNED
672 // Check whether this size class is exhausted.
678 if (!region->exhausted) {
679 region->exhausted = true;
681 Printf("The process has exhausted %zuMB for size class %zu.\n",
762 region->exhausted = false;

Completed in 23 milliseconds