nuttx/mm/mm_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 mm/mm_heap: Optimizing heap performance, changing the mm_size2ndx and mm-addfreechunk functions to inline functions can improve by about 7% 2024-10-15 22:29:17 +08:00
Make.defs mm/mm_heap: Optimizing heap performance, changing the mm_size2ndx and mm-addfreechunk functions to inline functions can improve by about 7% 2024-10-15 22:29:17 +08:00
mm.h mm: Call mm_free_delaylist in mm_mallinfo 2026-01-27 21:27:53 +08:00
mm_brkaddr.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_calloc.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_checkcorruption.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_extend.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_foreach.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_free.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_heapmember.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_initialize.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_lock.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_mallinfo.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_malloc.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_malloc_size.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_memalign.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_memdump.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mm_realloc.c mte/kasan: Implementing KASAN memory protection for ARM64 hardware MTE 2025-06-30 18:19:38 +08:00
mm_shrinkchunk.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
mm_zalloc.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00