Home
last modified time | relevance | path

Searched refs:GetStorageSize (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h91 uptr GetStorageSize() const { return (long_ >> kSizeShift) << kPageSizeBits; } in GetStorageSize() function
115 uptr size = other.GetStorageSize(); in CompactRingBuffer()
125 return (void *)((uptr)Next() & ~(GetStorageSize() - 1)); in StartOfStorage()
129 return (void *)((uptr)StartOfStorage() + GetStorageSize()); in EndOfStorage()
132 uptr size() const { return GetStorageSize() / sizeof(T); } in size()
138 next = (T *)((uptr)next & ~GetStorageSize()); in push()