This website requires JavaScript.
Explore
Help
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
Gregory Nutt
98d937104e
mm/: Remove dangling space at the end of lines.
2017-06-28 13:31:21 -06:00
..
Make.defs
Protected mode: Redesign how the user space heap is accessed from the kernel code. It used to call memory management functions in user space via function pointers in the userspace interface. That is inefficient because the first thing that those memory management functions do is to trap back into the kernel to get the current PID. Worse, that operation can be fatal is certain fragile situations such as when a task is exitting.
2015-07-10 08:37:02 -06:00
umm_addregion.c
…
umm_brkaddr.c
…
umm_calloc.c
…
umm_extend.c
…
umm_free.c
…
umm_globals.c
…
umm_heap.h
…
umm_initialize.c
…
umm_mallinfo.c
stdlib: Fix forgotten FARs
2015-11-18 14:22:43 -05:00
umm_malloc.c
…
umm_memalign.c
…
umm_realloc.c
…
umm_sbrk.c
mm/: Remove dangling space at the end of lines.
2017-06-28 13:31:21 -06:00
umm_sem.c
…
umm_zalloc.c
…