Searched refs:AllocatorSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_platform.h71 const uptr AllocatorSize = 0x4000000000ULL; // 256G. member in namespace:__scudo
73 const uptr AllocatorSize = 0x10000000000ULL; // 1T.
75 const uptr AllocatorSize = 0x40000000000ULL; // 4T.
H A Dscudo_allocator.h77 static const uptr kSpaceSize = AllocatorSize;

Completed in 57 milliseconds