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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h22 INLINE void EnsureSpace(uptr n) { CHECK_LT(n, kMaxNumChunks); } function in class:LargeMmapAllocatorPtrArrayStatic
41 INLINE void EnsureSpace(uptr n) { function in class:LargeMmapAllocatorPtrArrayDynamic
119 ptr_array_.EnsureSpace(n_chunks_);

Completed in 50 milliseconds