Home
last modified time | relevance | path

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

/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
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp111 static const scudo::uptr DefaultMaxEntrySize = 1UL << 20; member