Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h53 constexpr uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
78 CapacityBytes = sizeof(LocalData);
102 CapacityBytes = NewCapacity; in reallocate()
107 uptr CapacityBytes = 0; variable