Home
last modified time | relevance | path

Searched refs:AllocatorSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_platform.h71 const uptr AllocatorSize = 0x4000000000ULL; // 256G. variable
73 const uptr AllocatorSize = 0x10000000000ULL; // 1T.
75 const uptr AllocatorSize = 0x40000000000ULL; // 4T.
Dscudo_allocator.h77 static const uptr kSpaceSize = AllocatorSize;
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp33 const uptr AllocatorSize = 0x10000000000ULL; variable
38 typedef SizeClassAllocator64<AllocatorSpace, AllocatorSize, 0, SizeClassMap>