OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 61 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025