#include "alloc.h"#include "error.h"Include dependency graph for alloc.c:

Go to the source code of this file.
Classes | |
| union | aligned |
Defines | |
| #define | ALIGNMENT 16 /* XXX: assuming that this alignment is enough */ |
| #define | SPACE 4096 /* must be multiple of ALIGNMENT */ |
| #define | space ((char *) realspace) |
Functions | |
| char * | malloc () |
| void | free () |
| char * | alloc (unsigned int n) |
| void | alloc_free (char *x) |
|
|
Definition at line 6 of file alloc.c. Referenced by alloc(). |
|
|
Definition at line 13 of file alloc.c. Referenced by alloc(), and alloc_free(). |
|
|
Definition at line 8 of file alloc.c. Referenced by alloc_free(). |
|
|
Definition at line 16 of file alloc.c. References ALIGNMENT, errno, error_nomem, malloc(), and space. |
Here is the call graph for this function:

|
|
|
Here is the call graph for this function:

|
|
Referenced by alloc_free(). |
|
|
Referenced by alloc(). |
1.3.6-20040222