Searched defs:kAllocatorSize (Results 1 – 6 of 6) sorted by relevance
116 const uptr kAllocatorSize = 0x20000000000ULL; // 2T. variable121 const uptr kAllocatorSize = 0x10000000000ULL; // 3T. variable124 const uptr kAllocatorSize = 0x40000000000ULL; // 4T. variable
59 static const uptr kAllocatorSize = 0x80000000000; // 8T. variable69 static const uptr kAllocatorSize = 0x020000000000; // 2T variable
37 static const uptr kAllocatorSize = 0x10000000000ULL; // 1T. variable
33 static const uptr kAllocatorSize = 0x010000000000ULL; // 1T. variable
47 static const uptr kAllocatorSize = 0x40000000000ULL; // 4T. variable
59 static const uptr kAllocatorSize = SANITIZER_MMAP_RANGE_SIZE; variable