zephyr/lib/libc
Dylan Hung f0ea22b538 libc/minimal: locate the memory pool for malloc() to .bss
When CONFIG_USERSPACE is turned off, the POOL_SECTION will be located in
.data section.  This will increase the target binary size.  Since the
memory pool is for malloc() use and it doesn't need for initial values,
locate it in the .bss section to reduce binary size.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Iee52ac06a48414c083518c79775fe31334eab674
2021-09-10 10:59:25 -04:00
..
arcmwdt ARC: MWDT: add locking interface implementation 2021-09-07 11:31:37 -04:00
armstdc armclang: threading_weak.c source file added for armclang 2021-08-30 08:54:23 -04:00
minimal libc/minimal: locate the memory pool for malloc() to .bss 2021-09-10 10:59:25 -04:00
newlib lib: newlib: Add workaround for #38258 2021-09-02 10:58:15 -05:00
CMakeLists.txt armclang: ARM Compiler C library support 2021-08-30 08:54:23 -04:00
Kconfig armclang: ARM Compiler C library support 2021-08-30 08:54:23 -04:00