Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/config/
Dmisc.h304 #ifndef OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE
307 #define OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE (63 * 1024) macro
309 #define OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE (3136 * sizeof(void *)) macro
311 #define OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE (1616 * sizeof(void *)) macro
/openthread-3.4.0/src/posix/platform/
Dopenthread-core-posix-config.h246 #ifndef OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE
247 #define OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE (63 * 1024) macro
/openthread-3.4.0/src/core/utils/
Dheap.hpp231 static constexpr uint16_t kMemorySize = OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE;