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.c56 #define MAX_HEAP_SIZE max_heap_size macro
74 #define MAX_HEAP_SIZE CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE macro
104 #define MAX_HEAP_SIZE (POINTER_TO_UINT(&_heap_sentry) - \
107 #define MAX_HEAP_SIZE (KB(CONFIG_SRAM_SIZE) - (HEAP_BASE - \
130 z_malloc_partition.size = (size_t)MAX_HEAP_SIZE;
139 __ASSERT(MAX_HEAP_SIZE >= CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE,
310 if ((heap_sz + count) < MAX_HEAP_SIZE) { in _sbrk()