nuttx/mm/mm_heap
Xiang Xiao e14c458747 mm/heap: Move semaphore related declaration to private header
since other subsystem doesn't need call these function anymore

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Idfb217c412db62d9f17f427310b75bb78785dc50
2021-03-22 15:35:32 +01:00
..
Make.defs mm: add kconfig option to control the memory manger strategy choice. 2021-03-19 09:56:39 -07:00
mm_addfreechunk.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_brkaddr.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_calloc.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mm_checkcorruption.c debug tools: add heap & stack check in idle thread 2021-03-04 18:38:05 -08:00
mm_extend.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_free.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_heapmember.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_initialize.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_mallinfo.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_malloc_usable_size.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_malloc.c mm/heap: Add FAR to the pointer type 2021-03-21 10:11:43 +01:00
mm_memalign.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_realloc.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_sbrk.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mm_sem.c mm/heap: Change nxsem_init to _SEM_INIT 2021-03-21 10:11:43 +01:00
mm_shrinkchunk.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_size2ndx.c mm: Move mm_heap_s related stuff to private header file 2021-03-19 09:56:39 -07:00
mm_zalloc.c mm: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mm.h mm/heap: Move semaphore related declaration to private header 2021-03-22 15:35:32 +01:00