Home
last modified time | relevance | path

Searched defs:kAllocatorSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h74 const uptr kAllocatorSize = UINT64_C(1) << 33; // 8GB variable
71 const uptr kAllocatorSize = 0x40000000000ULL; // 4T. global() variable
77 const uptr kAllocatorSize = 0x40000000000ULL; // 4T. global() variable
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h50 constexpr uptr kAllocatorSize = 0x40000000000ULL; // 4T. variable