Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Functions
mem.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  freelist
 

Macros

#define MEMORY_H
 
#define NULL   0
 

Typedefs

typedef struct freelist Freelist
 

Functions

void * getfree (Freelist *)
 
void freeinit (Freelist *, int)
 
void makefree (void *, Freelist *)
 

Macro Definition Documentation

#define MEMORY_H

Definition at line 21 of file mem.h.

#define NULL   0

Definition at line 24 of file mem.h.

Typedef Documentation

typedef struct freelist Freelist

Function Documentation

void freeinit ( Freelist ,
int   
)
void* getfree ( Freelist )
void makefree ( void *  ,
Freelist  
)

Definition at line 86 of file memory.c.

References freelist::head.

Referenced by deref(), endpoint(), and getfree().