|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | alloc_info |
Macros | |
| #define | ENTRY_BEEN_USED 0x01 |
| #define | ENTRY_IN_USE 0x02 |
Functions | |
| void * | simple_alloc_init (char *base, unsigned long heap_size, unsigned long granularity, unsigned long max_allocs) |
| #define ENTRY_BEEN_USED 0x01 |
Definition at line 18 of file simple_alloc.c.
| #define ENTRY_IN_USE 0x02 |
Definition at line 19 of file simple_alloc.c.
1.8.2