|
GME
13
|
APR Internal Memory Allocation. More...
Go to the source code of this file.
Classes | |
| struct | apr_memnode_t |
Defines | |
| #define | APR_WANT_MEMFUNC |
| #define | APR_MEMNODE_T_SIZE APR_ALIGN_DEFAULT(sizeof(apr_memnode_t)) |
| #define | APR_ALLOCATOR_MAX_FREE_UNLIMITED 0 |
Typedefs | |
| typedef struct apr_allocator_t | apr_allocator_t |
| typedef struct apr_memnode_t | apr_memnode_t |
Functions | |
| APR_DECLARE (apr_status_t) apr_allocator_create(apr_allocator_t **allocator) __attribute__((nonnull(1))) | |
| APR_DECLARE (void) apr_allocator_destroy(apr_allocator_t *allocator) __attribute__((nonnull(1))) | |
| APR_DECLARE (apr_memnode_t *) apr_allocator_alloc(apr_allocator_t *allocator | |
| apr_size_t size | __attribute__ ((nonnull(1))) |
| apr_memnode_t *memnode | __attribute__ ((nonnull(1, 2))) |
| APR_DECLARE (apr_pool_t *) apr_allocator_owner_get(apr_allocator_t *allocator) __attribute__((nonnull(1))) | |
APR Internal Memory Allocation.
Definition in file apr_allocator.h.
| #define APR_WANT_MEMFUNC |
For no good reason?
Definition at line 27 of file apr_allocator.h.
1.7.6.1