Searched refs:QuarantineCachePlaceHolder (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd.h27 uptr QuarantineCachePlaceHolder[4]; variable
H A Dscudo_allocator.cpp216 sizeof(ScudoTSD::QuarantineCachePlaceHolder));
219 return reinterpret_cast<QuarantineCacheT *>(TSD->QuarantineCachePlaceHolder);
688 memset(QuarantineCachePlaceHolder, 0, sizeof(QuarantineCachePlaceHolder));

Completed in 60 milliseconds