Lines Matching refs:Disable
100 Disable code that silences non-useful compiler warnings. This is mainly
123 Disable statistics gathering functionality. See the "opt.stats_print"
146 Disable the use of libgcc's backtracing functionality.
149 Disable the use of gcc intrinsics for backtracing.
156 Disable thread-specific caches for small objects. Objects are cached and
161 Disable virtual memory deallocation via munmap(2); instead keep track of
168 Disable support for junk/zero filling of memory, quarantine, and redzones.
173 Disable support for Valgrind.
176 Disable zone allocator for Darwin. This means jemalloc won't be hooked as
196 Disable thread-local storage (TLS), which allows for fast access to
201 Disable cache-oblivious large allocation alignment for large allocation
210 Disable use of syscall(2) rather than {open,read,write,close}(2). This is