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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 43 bool allocator_may_return_null; member in struct:__sanitizer::CommonFlags
sanitizer_allocator.cc 144 if (common_flags()->allocator_may_return_null)
148 Report("If you don't like this behavior set allocator_may_return_null=1\n");
sanitizer_flags.cc 50 f->allocator_may_return_null = false;
102 ParseFlag(str, &f->allocator_may_return_null, "allocator_may_return_null",
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc 77 " allocator_may_return_null=0"
122 " allocator_may_return_null=true"
167 EXPECT_EQ(f->allocator_may_return_null, 0);
212 EXPECT_EQ(f->allocator_may_return_null, true);
  /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 93 milliseconds