Home
last modified time | relevance | path

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

/lib/libc/newlib/
A Dlibc-hooks.c57 LIBC_BSS static size_t max_heap_size; variable
60 #define MAX_HEAP_SIZE max_heap_size
124 max_heap_size = MIN(CONFIG_NEWLIB_LIBC_MAX_MAPPED_REGION_SIZE,
127 if (max_heap_size != 0) {
128 heap_base = k_mem_map(max_heap_size, K_MEM_PERM_RW);
130 "failed to allocate heap of size %zu", max_heap_size);

Completed in 5 milliseconds