Searched refs:apr_memnode_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
H A Dapr_allocator.h43 typedef struct apr_memnode_t apr_memnode_t; typedef in typeref:struct:apr_memnode_t
54 struct apr_memnode_t { struct
55 apr_memnode_t *next; /**< next memnode */
56 apr_memnode_t **ref; /**< reference to self */
64 #define APR_MEMNODE_T_SIZE APR_ALIGN_DEFAULT(sizeof(apr_memnode_t))
92 APR_DECLARE(apr_memnode_t *) apr_allocator_alloc(apr_allocator_t *allocator,
104 apr_memnode_t *memnode)
/freebsd-13-stable/contrib/serf/buckets/
H A Dallocator.c34 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;
198 apr_memnode_t *head = allocator->blocks;
218 apr_memnode_t *memnode = apr_allocator_alloc(allocator->allocator,
/freebsd-13-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c28 apr_memnode_t *memnode;
42 apr_memnode_t *blocks;
94 apr_memnode_t *block;
160 apr_memnode_t *active = list->blocks;
189 apr_memnode_t *memnode = apr_allocator_alloc(list->allocator, size);
/freebsd-13-stable/contrib/apr/memory/unix/
H A Dapr_pools.c153 apr_memnode_t *free[MAX_INDEX];
183 apr_memnode_t *node, **ref;
280 apr_memnode_t *allocator_alloc(apr_allocator_t *allocator, apr_size_t in_size)
282 apr_memnode_t *node, **ref;
416 node = (apr_memnode_t *)((char *)node + GUARDPAGE_SIZE);
435 void allocator_free(apr_allocator_t *allocator, apr_memnode_t *node)
437 apr_memnode_t *next, *freelist = NULL;
512 APR_DECLARE(apr_memnode_t *) apr_allocator_alloc(apr_allocator_t *allocator,
519 apr_memnode_t *node)
591 apr_memnode_t *activ
[all...]

Completed in 174 milliseconds