UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Typedefs | Functions
umalloc.c File Reference
#include "types.h"
#include "stat.h"
#include "user.h"
#include "param.h"

Go to the source code of this file.

Data Structures

union  header
 

Typedefs

typedef long Align
 
typedef union header Header
 

Functions

void free (void *ap)
 
void * malloc (uint nbytes)
 

Typedef Documentation

typedef long Align

Definition at line 9 of file umalloc.c.

typedef union header Header

Definition at line 19 of file umalloc.c.

Function Documentation

void free ( void *  ap)

Definition at line 25 of file umalloc.c.

void* malloc ( uint  nbytes)

Definition at line 64 of file umalloc.c.