nuttx/mm/mm_heap
Xiang Xiao e08c296a8e Change the type of tg_joinlock, mm_lock and md_lock from sem_t to mutex_t
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-31 10:35:53 +01:00
..
Make.defs Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mm_addfreechunk.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mm_brkaddr.c
mm_calloc.c
mm_checkcorruption.c
mm_extend.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mm_foreach.c mm/mm_heap: define MM_MASK_BIT as significant bits mask 2022-10-29 00:12:02 +08:00
mm_free.c mm/mm_heap: define MM_MASK_BIT as significant bits mask 2022-10-29 00:12:02 +08:00
mm_heapmember.c
mm_initialize.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mm_lock.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mm_mallinfo.c
mm_malloc_size.c
mm_malloc.c mm/mm_heap: define MM_MASK_BIT as significant bits mask 2022-10-29 00:12:02 +08:00
mm_memalign.c mm/mm_heap: define MM_MASK_BIT as significant bits mask 2022-10-29 00:12:02 +08:00
mm_memdump.c
mm_realloc.c mm/mm_heap: define MM_MASK_BIT as significant bits mask 2022-10-29 00:12:02 +08:00
mm_shrinkchunk.c mm/mm_heap: define MM_MASK_BIT as significant bits mask 2022-10-29 00:12:02 +08:00
mm_size2ndx.c
mm_zalloc.c
mm.h Change the type of tg_joinlock, mm_lock and md_lock from sem_t to mutex_t 2022-10-31 10:35:53 +01:00