Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h504 capacity_bytes_ = 0; in Initialize()
509 void Destroy() { UnmapOrDie(data_, capacity_bytes_); } in Destroy()
543 uptr capacity() const { return capacity_bytes_ / sizeof(T); } in capacity()
575 Swap(capacity_bytes_, other.capacity_bytes_); in swap()
587 UnmapOrDie(data_, capacity_bytes_); in Realloc()
589 capacity_bytes_ = new_capacity_bytes; in Realloc()
593 uptr capacity_bytes_; variable