nuttx/mm/kmm_heap
Xiang Xiao ddaa3e42b9 mm: Move the real implementation of mm_sbrk to sbrk
and remove mm_sbrk and kmm_sbrk since it's wrong to expose
sbrk to other heaps except the default userspace heap.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-07-05 08:02:08 +09:00
..
kmm_addregion.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
kmm_brkaddr.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
kmm_calloc.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
kmm_checkcorruption.c debug tools: add heap & stack check in idle thread 2021-03-04 18:38:05 -08:00
kmm_extend.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
kmm_free.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
kmm_heapmember.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
kmm_initialize.c mm: Move procfs_register_meminfo into common place 2021-07-03 09:39:32 -07:00
kmm_mallinfo.c Add a missing stdlib.h -> malloc.h change for mallinfo 2020-06-15 09:06:28 -06:00
kmm_malloc.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
kmm_memalign.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
kmm_realloc.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
kmm_zalloc.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
Make.defs mm: Move the real implementation of mm_sbrk to sbrk 2021-07-05 08:02:08 +09:00