Searched defs:COMPILER_SIZE (Results 1 – 3 of 3) sorted by relevance
30 constexpr auto COMPILER_SIZE = 512_MB; in ProtoMemManager() local
42 constexpr auto COMPILER_SIZE = sizeof(size_t) <= 4 ? 2_GB : 32_GB; variable
33 constexpr auto COMPILER_SIZE = 8192_MB; in MemManager() local