Go to the source code of this file.
Data Structures | |
| struct | memb_blocks |
Defines | |
| #define | MEMB_CONCAT2(s1, s2) s1##s2 |
| #define | MEMB_CONCAT(s1, s2) MEMB_CONCAT2(s1, s2) |
| #define | MEMB(name, structure, num) |
Functions | |
| void | memb_init (struct memb_blocks *m) |
| void * | memb_alloc (struct memb_blocks *m) |
| char | memb_free (struct memb_blocks *m, void *ptr) |
Memory block allocation routines.
Definition in file memb.h.
1.7.1