Searched defs:getDisableMemInit (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ | ||
H A D | tsd_exclusive.h | 116 bool getDisableMemInit() { return State.DisableMemInit; } getDisableMemInit() function |
H A D | tsd_shared.h | 114 bool getDisableMemInit() const { return *getTlsPtr() & 1; } getDisableMemInit() function |