Home
last modified time | relevance | path

Searched refs:BOUNDARY_INDEX (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/apr/memory/unix/
Dapr_pools.c91 #define BOUNDARY_INDEX boundary_index macro
94 #define BOUNDARY_INDEX 12 macro
95 #define BOUNDARY_SIZE (1 << BOUNDARY_INDEX)
191 2 * GUARDPAGE_SIZE + ((node->index+1) << BOUNDARY_INDEX)); in apr_allocator_destroy()
240 max_free_index = APR_ALIGN(size, BOUNDARY_SIZE) >> BOUNDARY_INDEX; in apr_allocator_max_free_set()
297 index = (size >> BOUNDARY_INDEX) - 1; in allocator_alloc()
458 (node->index+1) << BOUNDARY_INDEX); in allocator_free()
505 2 * GUARDPAGE_SIZE + ((node->index+1) << BOUNDARY_INDEX)); in allocator_free()
871 BOUNDARY_SIZE) - BOUNDARY_SIZE) >> BOUNDARY_INDEX; in apr_palloc()
1287 BOUNDARY_SIZE) - BOUNDARY_SIZE) >> BOUNDARY_INDEX; in psprintf_flush()
[all …]