This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
mm
/
umm_heap
History
Xiang Xiao
f8a809eb5b
Fix nxstyle issue
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-01 10:43:47 -03:00
..
Make.defs
…
umm_addregion.c
…
umm_brkaddr.c
…
umm_calloc.c
…
umm_extend.c
…
umm_free.c
…
umm_globals.c
Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base
2020-05-01 10:43:47 -03:00
umm_heap.h
Fix nxstyle issue
2020-05-01 10:43:47 -03:00
umm_heapmember.c
…
umm_initialize.c
…
umm_mallinfo.c
Remove CONFIG_CAN_PASS_STRUCT
2020-04-11 21:19:47 +01:00
umm_malloc.c
Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base
2020-05-01 10:43:47 -03:00
umm_memalign.c
…
umm_realloc.c
mm/umm_heap/: Handle size zero in umm_malloc.c and umm_realloc.c, which causes a system freeze in kernel mode.
2020-02-01 14:03:28 +00:00
umm_sbrk.c
Run codespell -w with the latest dictonary again
2020-02-23 22:27:46 +01:00
umm_sem.c
…
umm_zalloc.c
…