UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
header Union Reference

Data Fields

struct {
   union header *   ptr
 
   uint   size
 
s
 
Align x
 

Detailed Description

Definition at line 11 of file umalloc.c.

Field Documentation

union header* header::ptr

Definition at line 13 of file umalloc.c.

struct { ... } header::s
uint header::size

Definition at line 14 of file umalloc.c.

Align header::x

Definition at line 16 of file umalloc.c.


The documentation for this union was generated from the following file: