xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Data Structures | Typedefs | Functions
umalloc.c File Reference
#include "include/types.h"
#include "include/stat.h"
#include "user/user.h"
#include "include/param.h"
Include dependency graph for umalloc.c:

Data Structures

union  header
 

Typedefs

typedef long Align
 
typedef union header Header
 

Functions

void free (void *ap)
 

Typedef Documentation

◆ Align

typedef long Align

◆ Header

typedef union header Header

Function Documentation

◆ free()

void free ( void *  ap)