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.h55 constexpr uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity()
83 CapacityBytes = sizeof(LocalData);
110 CapacityBytes = NewCapacity; in reallocate()
116 uptr CapacityBytes = 0; variable