Searched refs: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.h23 INLINE void EnsureSpace(uptr n) { CHECK_LT(n, kMaxNumChunks); }
25 static const int kMaxNumChunks = 1 << 15; member in class:LargeMmapAllocatorPtrArrayStatic
26 uptr p_[kMaxNumChunks];
36 uptr p = address_range_.Init(kMaxNumChunks * sizeof(uptr),
43 CHECK_LT(n, kMaxNumChunks);
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.h21 INLINE void EnsureSpace(uptr n) { CHECK_LT(n, kMaxNumChunks); }
23 static const int kMaxNumChunks = 1 << 15; member in class:LargeMmapAllocatorPtrArrayStatic
24 uptr p_[kMaxNumChunks];
34 uptr p = address_range_.Init(kMaxNumChunks * sizeof(uptr),
41 CHECK_LT(n, kMaxNumChunks);
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.h22 inline void EnsureSpace(uptr n) { CHECK_LT(n, kMaxNumChunks); }
24 static const int kMaxNumChunks = 1 << 15; member in class:LargeMmapAllocatorPtrArrayStatic
25 uptr p_[kMaxNumChunks];
35 uptr p = address_range_.Init(kMaxNumChunks * sizeof(uptr),
42 CHECK_LT(n, kMaxNumChunks);
54 static const int kMaxNumChunks = 1 << 20; member in class:LargeMmapAllocatorPtrArrayDynamic

Completed in 417 milliseconds