Searched refs:apr_memnode_t (Results 1 – 4 of 4) sorted by relevance
43 typedef struct apr_memnode_t apr_memnode_t; typedef54 struct apr_memnode_t { struct55 apr_memnode_t *next; /**< next memnode */ argument56 apr_memnode_t **ref; /**< reference to self */ argument64 #define APR_MEMNODE_T_SIZE APR_ALIGN_DEFAULT(sizeof(apr_memnode_t)) argument92 APR_DECLARE(apr_memnode_t *) apr_allocator_alloc(apr_allocator_t *allocator,104 apr_memnode_t *memnode)
28 apr_memnode_t *memnode;42 apr_memnode_t *blocks;94 apr_memnode_t *block; in apr_bucket_alloc_create_ex()160 apr_memnode_t *active = list->blocks; in apr_bucket_alloc()189 apr_memnode_t *memnode = apr_allocator_alloc(list->allocator, size); in apr_bucket_alloc()
34 apr_memnode_t *memnode; /* if size > STANDARD_NODE_SIZE */99 apr_memnode_t *blocks; /* blocks we allocated for subdividing */194 apr_memnode_t *active = allocator->blocks; in serf_bucket_mem_alloc()198 apr_memnode_t *head = allocator->blocks; in serf_bucket_mem_alloc()218 apr_memnode_t *memnode = apr_allocator_alloc(allocator->allocator, in serf_bucket_mem_alloc()
183 apr_memnode_t *node, **ref; in apr_allocator_destroy()282 apr_memnode_t *node, **ref; in allocator_alloc()591 apr_memnode_t *active;821 apr_memnode_t *active, *node; in apr_palloc()931 apr_memnode_t *active; in apr_pool_clear()983 apr_memnode_t *active; in apr_pool_destroy()1062 apr_memnode_t *node; in apr_pool_create_ex()1168 apr_memnode_t *node; in apr_pool_create_unmanaged_ex()1245 apr_memnode_t *node;1248 apr_memnode_t *free;[all …]