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
75 __attribute__((nonnull(1)));
84 __attribute__((nonnull(1)));
94 __attribute__((nonnull(1)));
105 __attribute__((nonnull(1,2)));
107 #include "apr_pools.h"
122 __attribute__((nonnull(1)));
129 __attribute__((nonnull(1)));
139 __attribute__((nonnull(1)));
141 #include "apr_thread_mutex.h"
151 __attribute__((nonnull(1)));
159 __attribute__((nonnull(1)));