HomeSort by relevance Sort by last modified time
    Searched defs:allocator_may_return_null (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 43 bool allocator_may_return_null; member in struct:__sanitizer::CommonFlags
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 422 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 123 milliseconds