Searched refs:allocator_may_return_null (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h42 bool allocator_may_return_null; member in struct:__sanitizer::CommonFlags
H A Dsanitizer_allocator.cc142 if (common_flags()->allocator_may_return_null)
146 Report("If you don't like this behavior set allocator_may_return_null=1\n");
H A Dsanitizer_flags.cc49 f->allocator_may_return_null = false;
109 ParseFlag(str, &f->allocator_may_return_null, "allocator_may_return_null",

Completed in 53 milliseconds