zephyr/lib/heap
Pisit Sawangvonganan e3a4a16594 lib: fix typo in multiple directories
Utilize a code spell-checking tool to scan for and correct spelling errors
in various files within the `lib` directory.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2025-01-28 00:06:18 +01:00
..
CMakeLists.txt kernel: sys_heap: stats: save heap pointers to an array during init 2025-01-23 16:37:33 +01:00
heap_array.c kernel: sys_heap: stats: save heap pointers to an array during init 2025-01-23 16:37:33 +01:00
heap_info.c lib: added blanks between operators 2024-06-13 20:28:23 -04:00
heap_listener.c
heap_stats.c lib: heap: move heap stats to own file 2023-12-13 17:27:54 -05:00
heap_stress.c
heap_validate.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
heap.c kernel: sys_heap: stats: save heap pointers to an array during init 2025-01-23 16:37:33 +01:00
heap.h lib: fix typo in multiple directories 2025-01-28 00:06:18 +01:00
Kconfig kernel: sys_heap: stats: save heap pointers to an array during init 2025-01-23 16:37:33 +01:00
multi_heap.c multi_heap: introduce support for realloc() 2024-11-16 14:02:07 -05:00
shared_multi_heap.c