Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h471 capacity_bytes_ = 0; in Initialize()
476 void Destroy() { UnmapOrDie(data_, capacity_bytes_); } in Destroy()
510 uptr capacity() const { return capacity_bytes_ / sizeof(T); } in capacity()
542 Swap(capacity_bytes_, other.capacity_bytes_); in swap()
554 UnmapOrDie(data_, capacity_bytes_); in Realloc()
556 capacity_bytes_ = new_capacity_bytes; in Realloc()
560 uptr capacity_bytes_; variable