zephyr/lib
Chris Friedt 0449324257 posix: semaphores: use a default minimal heap-add for semaphores
The implementation of POSIX_SEMAPHORES historically used heap allocation
and has not yet been transitioned to a pool allocator.

However, since 590258b381, the default heap-add with CONFIG_POSIX_API
has been reduced from 1 kiB which causes tests/posix/semaphores to fail
due to NULL being returned from a call to k_calloc().

Create a minimal heap-add for the POSIX_SEMAPHORES Option Group.

This can be removed at a future date if semaphores are changed to use
a pooled allocator and fixed-size name, rather than heap allocation.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-04-22 14:03:10 +02:00
..
acpi
cpp
crc lib: crc: add CRC-32K/4.2 2025-04-14 09:49:02 +02:00
hash
heap kernel: sys_heap: decouple realloc from aligned_realloc 2025-04-01 22:13:04 +02:00
libc libc: add comment to empty sys/cdefs.h file 2025-02-21 15:13:20 +00:00
mem_blocks
net_buf lib: net_buf: remove deprecated net_buf_put() and net_buf_get() functions 2025-03-12 19:04:19 +01:00
open-amp lib: open-amp: optional copy of rsc_table to memory region 2025-03-24 12:17:53 +01:00
os lib/os/fdtable: Remove ifdef on NATIVE_POSIX 2025-03-12 02:27:36 +01:00
posix posix: semaphores: use a default minimal heap-add for semaphores 2025-04-22 14:03:10 +02:00
runtime
smf
utils json: improve parsing and serializing of integers 2025-04-11 06:32:50 +02:00
uuid uuid: Add UUID utilities 2025-04-14 09:47:26 +02:00
CMakeLists.txt uuid: Add UUID utilities 2025-04-14 09:47:26 +02:00
Kconfig uuid: Add UUID utilities 2025-04-14 09:47:26 +02:00