src/mem/memuser.h File Reference
#include <stdio.h>
Go to the source code of this file.
Define Documentation
#define ALIGN |
( |
size |
|
) |
((((size)+REQUIRED_ALIGNMENT-1)/REQUIRED_ALIGNMENT)*REQUIRED_ALIGNMENT) |
#define ALLOC_ALIGNMENT 8 |
#define REQUIRED_ALIGNMENT 4 |
#define ROUNDUP |
( |
size |
|
) |
((((size)+ALLOC_ALIGNMENT-1)/ALLOC_ALIGNMENT)*ALLOC_ALIGNMENT) |
Typedef Documentation
Function Documentation
EXTERN rec_mgr mem_new_rec_mgr ARGS |
( |
(int) |
|
) |
|
EXTERN void mem_free_rec_mgr ARGS |
( |
(rec_mgr) |
|
) |
|
EXTERN SIZE_T mem_allocation ARGS |
( |
(void) |
|
) |
|
EXTERN void mem_free_block ARGS |
( |
(pointer) |
|
) |
|
EXTERN void *MMalloc ARGS |
( |
(SIZE_T) |
|
) |
|