Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h445 capacity_bytes_ = 0; in Initialize()
450 void Destroy() { UnmapOrDie(data_, capacity_bytes_); } in Destroy()
484 uptr capacity() const { return capacity_bytes_ / sizeof(T); } in capacity()
516 Swap(capacity_bytes_, other.capacity_bytes_); in swap()
528 UnmapOrDie(data_, capacity_bytes_); in Realloc()
530 capacity_bytes_ = new_capacity_bytes; in Realloc()
534 uptr capacity_bytes_; variable