Home
last modified time | relevance | path

Searched defs:PrimaryMapSizeIncrement (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h80 static const uptr PrimaryMapSizeIncrement = 1UL << 18; member
111 static const uptr PrimaryMapSizeIncrement = 1UL << 18; member
144 static const uptr PrimaryMapSizeIncrement = 1UL << 18; member
176 static const uptr PrimaryMapSizeIncrement = 1UL << 18; member
197 static const uptr PrimaryMapSizeIncrement = 1UL << 4; member
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp37 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18; member
54 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18; member
71 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18; member
88 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18; member
179 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18; member
H A Dcombined_test.cpp528 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18; member