Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dheap.hpp215 static constexpr uint16_t kMemorySize = OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE; member in ot::Utils::Heap
217 static constexpr uint16_t kMemorySize = OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE_NO_DTLS;
222 …static constexpr uint16_t kFirstBlockSize = kMemorySize - kAlignSize * 3 + kBlockRemainderSize;
225 static constexpr uint16_t kGuardBlockOffset = kMemorySize - sizeof(uint16_t);
227 …static_assert(kMemorySize % kAlignSize == 0, "The heap memory size is not aligned to kAlignSize!");
317 long mLong[kMemorySize / sizeof(long)];
318 uint8_t m8[kMemorySize];
319 uint16_t m16[kMemorySize / sizeof(uint16_t)];