Home
last modified time | relevance | path

Searched refs:DefaultQuarantineChunksUpToSize (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_flags.cpp96 const int DefaultQuarantineChunksUpToSize = FIRST_32_SECOND_64(512, 2048); in initFlags() local
97 f->QuarantineChunksUpToSize = DefaultQuarantineChunksUpToSize; in initFlags()