Searched defs:kMaxNumChunks (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h25 static const int kMaxNumChunks = 1 << 15; member in class:LargeMmapAllocatorPtrArrayStatic
55 static const int kMaxNumChunks = 1 << 20; member in class:LargeMmapAllocatorPtrArrayDynamic
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_secondary.h23 static const int kMaxNumChunks = 1 << 15; member in class:LargeMmapAllocatorPtrArrayStatic
53 static const int kMaxNumChunks = 1 << 20; member in class:LargeMmapAllocatorPtrArrayDynamic
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_secondary.h24 static const int kMaxNumChunks = 1 << 15; member in class:LargeMmapAllocatorPtrArrayStatic
54 static const int kMaxNumChunks = 1 << 20; member in class:LargeMmapAllocatorPtrArrayDynamic

Completed in 210 milliseconds