Home
last modified time | relevance | path

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

/openthread-latest/src/core/config/
Dmisc.h283 #ifndef OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE
286 #define OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE (63 * 1024) macro
288 #define OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE (3136 * sizeof(void *)) macro
290 #define OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE (1616 * sizeof(void *)) macro
/openthread-latest/src/posix/platform/
Dopenthread-core-posix-config.h123 #ifndef OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE
124 #define OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE (63 * 1024) macro
/openthread-latest/src/core/utils/
Dheap.hpp215 static constexpr uint16_t kMemorySize = OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE;