#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_Pool * | L_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 |
|
|
|
|
|
|
|
|
Definition at line 206 of file l_alloc_new.c. |
|
||||||||||||||||
|
Definition at line 84 of file l_alloc_new.c. |
|
||||||||||||
|
Definition at line 281 of file l_alloc_new.c. |
|
|
Definition at line 167 of file l_alloc_new.c. |
|
||||||||||||||||
|
Definition at line 327 of file l_alloc_new.c. |
|
|
Definition at line 119 of file include/l_alloc_new.h. Referenced by L_create_alloc_pool(), and read_command_line_parameters(). |
1.3.2