OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocator_out_of_memory
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator.cc
231
static atomic_uint8_t
allocator_out_of_memory
= {0};
variable in namespace:__sanitizer
235
return atomic_load_relaxed(&
allocator_out_of_memory
);
239
atomic_store_relaxed(&
allocator_out_of_memory
, 1);
sanitizer_allocator.cc
231
static atomic_uint8_t
allocator_out_of_memory
= {0};
variable in namespace:__sanitizer
235
return atomic_load_relaxed(&
allocator_out_of_memory
);
239
atomic_store_relaxed(&
allocator_out_of_memory
, 1);
sanitizer_allocator.cc
231
static atomic_uint8_t
allocator_out_of_memory
= {0};
variable in namespace:__sanitizer
235
return atomic_load_relaxed(&
allocator_out_of_memory
);
239
atomic_store_relaxed(&
allocator_out_of_memory
, 1);
Completed in 30 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025