#include <stdlib.h>
#include <stdint.h>
#include "alloc.h"
#include "error.h"
Go to the source code of this file.
|
| #define | ALIGNMENT 16 /* XXX: assuming that this alignment is enough */ |
| |
| #define | SPACE 4096 /* must be multiple of ALIGNMENT */ |
| |
| #define | space ((char *) realspace) |
| |
◆ ALIGNMENT
| #define ALIGNMENT 16 /* XXX: assuming that this alignment is enough */ |
◆ SPACE
| #define SPACE 4096 /* must be multiple of ALIGNMENT */ |
◆ space
| #define space ((char *) realspace) |
◆ alloc()
| char* alloc |
( |
unsigned int |
n | ) |
|
◆ alloc_free()
| void alloc_free |
( |
char * |
x | ) |
|
◆ free()
◆ malloc()