Xiang Xiao 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 years ago
..
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 years ago
umm_addregion.c b54ffe858a Standardization of some function headers. 6 years ago
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 years ago
umm_calloc.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 years ago
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 years ago
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 years ago
umm_globals.c 5b51a9fcdd Standardize the width of all comment boxes in C files 9 years ago
umm_heap.h 07e9a02af9 Forgot to add two files in previous commit 9 years ago
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 years ago
umm_initialize.c b54ffe858a Standardization of some function headers. 6 years ago
umm_mallinfo.c bfc95c641f stdlib: Fix forgotten FARs 9 years ago
umm_malloc.c b54ffe858a Standardization of some function headers. 6 years ago
umm_memalign.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 years ago
umm_realloc.c b54ffe858a Standardization of some function headers. 6 years ago
umm_sbrk.c 98d937104e mm/: Remove dangling space at the end of lines. 7 years ago
umm_sem.c b54ffe858a Standardization of some function headers. 6 years ago
umm_zalloc.c b54ffe858a Standardization of some function headers. 6 years ago