Go to the documentation of this file.
17 #ifndef APR_ALLOCATOR_H
18 #define APR_ALLOCATOR_H
27 #define APR_WANT_MEMFUNC
64 #define APR_MEMNODE_T_SIZE APR_ALIGN_DEFAULT(sizeof(apr_memnode_t))
67 #define APR_ALLOCATOR_MAX_FREE_UNLIMITED 0
103 #include "apr_pools.h"
134 #include "apr_thread_mutex.h"