UNIX xv6 (rev8, 9/1/15)
|
#include "types.h"
#include "defs.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "spinlock.h"
Go to the source code of this file.
Data Structures | |
struct | run |
Functions | |
void | freerange (void *vstart, void *vend) |
void | kinit1 (void *vstart, void *vend) |
void | kinit2 (void *vstart, void *vend) |
void | kfree (char *v) |
char * | kalloc (void) |
Variables | |
char | end [] |
struct { | |
struct spinlock lock | |
int use_lock | |
struct run * freelist | |
} | kmem |
char end[] |
struct { ... } kmem |