Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c53 LIBC_BSS static size_t max_heap_size; variable
56 #define MAX_HEAP_SIZE max_heap_size
117 max_heap_size = MIN(CONFIG_NEWLIB_LIBC_MAX_MAPPED_REGION_SIZE,
120 if (max_heap_size != 0) {
121 heap_base = k_mem_map(max_heap_size, K_MEM_PERM_RW);
123 "failed to allocate heap of size %zu", max_heap_size);