Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/lib/libc/newlib/
Dlibc-hooks.c41 LIBC_BSS static size_t max_heap_size; variable
44 #define MAX_HEAP_SIZE max_heap_size
106 max_heap_size = MIN(CONFIG_NEWLIB_LIBC_MAX_MAPPED_REGION_SIZE,
109 if (max_heap_size != 0) {
110 heap_base = k_mem_map(max_heap_size, K_MEM_PERM_RW);
112 "failed to allocate heap of size %zu", max_heap_size);