Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h527 capacity_bytes_ = 0; in Initialize()
532 void Destroy() { UnmapOrDie(data_, capacity_bytes_, raw_report); } in Destroy()
566 uptr capacity() const { return capacity_bytes_ / sizeof(T); } in capacity()
598 Swap(capacity_bytes_, other.capacity_bytes_); in swap()
611 UnmapOrDie(data_, capacity_bytes_, raw_report); in Realloc()
613 capacity_bytes_ = new_capacity_bytes; in Realloc()
617 uptr capacity_bytes_; variable