Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/utils/
Dheap.hpp148 bool IsFree(void) const { return mSize != kGuardBlockSize && GetNext() != 0; } in IsFree()
151 static constexpr uint16_t kGuardBlockSize = 0xffff; // Size value of the guard block. member in ot::Utils::Block
Dheap.cpp56 guard.SetSize(Block::kGuardBlockSize); in Heap()
/openthread-2.7.6/tests/unit/
Dtest_dns.cpp374 kGuardBlockSize = 20, in TestDnsCompressedName() enumerator
432 for (uint8_t index = 0; index < kHeaderOffset + kGuardBlockSize; index++) in TestDnsCompressedName()
444 for (uint8_t index = 0; index < kGuardBlockSize; index++) in TestDnsCompressedName()
457 for (uint8_t index = 0; index < kGuardBlockSize; index++) in TestDnsCompressedName()