Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

l_alloc_new.h File Reference

#include <stdio.h>

Go to the source code of this file.

Compounds

struct  L_Alloc_Pool
struct  L_Alloc_Pool_Header

Typedefs

typedef L_Alloc_Pool_Header L_Alloc_Pool_Header
typedef L_Alloc_Pool L_Alloc_Pool

Functions

L_Alloc_PoolL_create_alloc_pool (char *, int, int)
void L_free_alloc_pool (L_Alloc_Pool *)
void * L_alloc (L_Alloc_Pool *)
void L_free (L_Alloc_Pool *, void *)
void L_print_alloc_info (FILE *, L_Alloc_Pool *, int)

Variables

int bypass_alloc_routines


Typedef Documentation

typedef struct L_Alloc_Pool L_Alloc_Pool
 

typedef struct L_Alloc_Pool_Header L_Alloc_Pool_Header
 


Function Documentation

void* L_alloc L_Alloc_Pool  ) 
 

Definition at line 206 of file l_alloc_new.c.

L_Alloc_Pool* L_create_alloc_pool char *  ,
int  ,
int 
 

Definition at line 84 of file l_alloc_new.c.

void L_free L_Alloc_Pool ,
void * 
 

Definition at line 281 of file l_alloc_new.c.

void L_free_alloc_pool L_Alloc_Pool  ) 
 

Definition at line 167 of file l_alloc_new.c.

void L_print_alloc_info FILE *  ,
L_Alloc_Pool ,
int 
 

Definition at line 327 of file l_alloc_new.c.


Variable Documentation

int bypass_alloc_routines
 

Definition at line 119 of file include/l_alloc_new.h.

Referenced by L_create_alloc_pool(), and read_command_line_parameters().


Generated on Mon Jul 21 20:29:44 2003 for TINKER LEGO DOC by doxygen 1.3.2