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.h517 capacity_bytes_ = 0; in Initialize()
522 void Destroy() { UnmapOrDie(data_, capacity_bytes_, raw_report); } in Destroy()
556 uptr capacity() const { return capacity_bytes_ / sizeof(T); } in capacity()
588 Swap(capacity_bytes_, other.capacity_bytes_); in swap()
601 UnmapOrDie(data_, capacity_bytes_, raw_report); in Realloc()
603 capacity_bytes_ = new_capacity_bytes; in Realloc()
607 uptr capacity_bytes_; variable