#include "routix/system.h"
#include <routix/kstdio.h>
#include "routix/paging.h"
#include "routix/kalloc.h"
#include "routix/debug.h"
Go to the source code of this file.
|
Definition at line 29 of file src/mm/alloc.c. |
|
|
|
Definition at line 76 of file tareas/lib/Alloc/alloc.c. Referenced by clean_timer(), close(), command(), main(), morecore(), open(), sys_exit_fs(), sys_read_debug(), sys_show(), and ufree_page(). |
|
Definition at line 46 of file src/mm/alloc.c. |
|
Definition at line 57 of file tareas/lib/Alloc/alloc.c. |
|
Punteros utilizados por el stack de páginas libres.
Definition at line 25 of file src/mm/alloc.c. Referenced by get_free_page(), kmalloc_page_start(), and kmem_free(). |
|
Punteros utilizados por el stack de páginas libres.
Definition at line 25 of file src/mm/alloc.c. Referenced by get_free_page(), kfree_page(), and kmalloc_page_start(). |
|
Punteros utilizados por el stack de páginas libres.
Definition at line 25 of file src/mm/alloc.c. Referenced by get_free_page(), kfree_page(), kmalloc_page_start(), kmem_free(), and print_free_pages(). |
|
Definition at line 41 of file src/mm/alloc.c. |
|
Definition at line 20 of file src/mm/alloc.c. Referenced by open(), and sys_show(). |
|
Definition at line 42 of file src/mm/alloc.c. Referenced by free(), malloc(), and morecore(). |
|
Definition at line 84 of file src/mm/alloc.c. Referenced by morecore(), and sys_show(). |
|
Cantidad de frees desde la última llamada a "clear alloc".
Definition at line 17 of file src/mm/alloc.c. Referenced by fat_file_find(), free(), open_FAT12(), and sys_show(). |
|
Cantidad de mallocs realizados desde la última llamada a "clear alloc".
Definition at line 15 of file src/mm/alloc.c. Referenced by fat_file_find(), malloc(), open_FAT12(), and sys_show(). |
|
Definition at line 19 of file src/mm/alloc.c. Referenced by sys_show(), and umalloc_page(). |