Home
last modified time | relevance | path

Searched defs:GetCapacity (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dheap.hpp206 size_t GetCapacity(void) const { return kFirstBlockSize; } in GetCapacity() function in ot::Utils::Heap
/openthread-latest/src/core/common/
Dheap_array.hpp141 IndexType GetCapacity(void) const { return mCapacity; } in GetCapacity() function in ot::Heap::Array