
Go to the source code of this file.
Data Types | |
| type | alloc_pool_list_def |
| type | alloc_pool_def |
Typedefs | |
| typedef unsigned long | ALLOC_POOL_ID_TYPE |
| typedef struct alloc_pool_list_def * | alloc_pool_list |
| typedef struct alloc_pool_def * | alloc_pool |
Functions/Subroutines | |
| alloc_pool | create_alloc_pool (const char *, size_t, size_t) |
| void | free_alloc_pool (alloc_pool) |
| void * | pool_alloc (alloc_pool) |
| void | pool_free (alloc_pool, void *) |
| void | dump_alloc_pool_statistics (void) |
| typedef struct alloc_pool_def * alloc_pool |
| typedef unsigned long ALLOC_POOL_ID_TYPE |
Definition at line 25 of file alloc-pool.h.
| typedef struct alloc_pool_list_def * alloc_pool_list |
| alloc_pool create_alloc_pool | ( | const char * | , | |
| size_t | , | |||
| size_t | ||||
| ) |
Definition at line 120 of file alloc-pool.c.
Definition at line 331 of file alloc-pool.c.
| void free_alloc_pool | ( | alloc_pool | ) |
Definition at line 185 of file alloc-pool.c.
| void* pool_alloc | ( | alloc_pool | ) |
Definition at line 212 of file alloc-pool.c.
| void pool_free | ( | alloc_pool | , | |
| void * | ||||
| ) |
Definition at line 277 of file alloc-pool.c.
1.5.6