Gregory Nutt a2e62f557d Squashed commit of the following: 5 年之前
..
Make.defs 86eef8ce3a mm/: add mm_heapmember function and reimplement kmm_heapmember base on mm_heapmember since this function is very useful if multiple heaps exist. 6 年之前
umm_addregion.c b54ffe858a Standardization of some function headers. 6 年之前
umm_brkaddr.c 59cc4a7a7b 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. 9 年之前
umm_calloc.c 90e4cf4349 mm/umm_heap: sbrk() is only available in the KERNEL build. 5 年之前
umm_extend.c 59cc4a7a7b 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. 9 年之前
umm_free.c 59cc4a7a7b 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. 9 年之前
umm_globals.c 5b51a9fcdd Standardize the width of all comment boxes in C files 9 年之前
umm_heap.h 07e9a02af9 Forgot to add two files in previous commit 9 年之前
umm_heapmember.c 86eef8ce3a mm/: add mm_heapmember function and reimplement kmm_heapmember base on mm_heapmember since this function is very useful if multiple heaps exist. 6 年之前
umm_initialize.c a2e62f557d Squashed commit of the following: 5 年之前
umm_mallinfo.c bfc95c641f stdlib: Fix forgotten FARs 9 年之前
umm_malloc.c b54ffe858a Standardization of some function headers. 6 年之前
umm_memalign.c 90e4cf4349 mm/umm_heap: sbrk() is only available in the KERNEL build. 5 年之前
umm_realloc.c 90e4cf4349 mm/umm_heap: sbrk() is only available in the KERNEL build. 5 年之前
umm_sbrk.c e2544b7ddf mm/umm_heap/umm_sbrk.c: Pass ARCH_HEAP_VEND as maxbreak argument 5 年之前
umm_sem.c b54ffe858a Standardization of some function headers. 6 年之前
umm_zalloc.c b54ffe858a Standardization of some function headers. 6 年之前