Searched defs:allocator_may_return_null (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.h43 bool allocator_may_return_null; member in struct:__sanitizer::CommonFlags
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc422 bool allocator_may_return_null = common_flags()->allocator_may_return_null; local
423 common_flags()->allocator_may_return_null = true;
430 common_flags()->allocator_may_return_null = false;
434 common_flags()->allocator_may_return_null = allocator_may_return_null;

Completed in 76 milliseconds