nuttx/mm/kmm_heap
Piyush Patle 0dccc8ba21 include/debug.h: Move to include/nuttx/debug.h
debug.h is a NuttX-specific, non-POSIX header. Placing it in the
top-level include/ directory creates naming conflicts with external
projects that define their own debug.h.
This commit moves the canonical header to include/nuttx/debug.h,
following the NuttX convention for non-POSIX/non-standard headers,
and updates all in-tree references.

A backward-compatibility shim is left at include/debug.h that
emits a deprecation #warning and re-includes <nuttx/debug.h>,
allowing out-of-tree code to continue building while migrating.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-07 07:50:06 -03:00
..
CMakeLists.txt cmake:refine nuttx cmake build system fix CMake build missing part 2024-10-13 02:25:06 +08:00
kmm_addregion.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_brkaddr.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_calloc.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_checkcorruption.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_extend.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_free.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
kmm_heapmember.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_initialize.c mm/mm_heap: use struct mm_heap_config_s to init the memory heap 2026-01-19 14:18:27 +08:00
kmm_mallinfo.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_malloc.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_malloc_size.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_memalign.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_memdump.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_realloc.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
kmm_zalloc.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
Make.defs mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00