Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h82 static const uptr DefaultMaxEntrySize = 1UL << 19; member
127 static const uptr DefaultMaxEntrySize = 2UL << 20; member
H A Dallocator_config.def119 SECONDARY_CACHE_OPTIONAL(const uptr, DefaultMaxEntrySize, 0)