Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr/memory/unix/
Dapr_pools.c538 #define SIZEOF_POOL_T APR_ALIGN_DEFAULT(sizeof(apr_pool_t)) macro
903 node->first_avail = pool->self_first_avail = (char *)pool + SIZEOF_POOL_T; in apr_pool_create_ex()
992 node->first_avail = pool->self_first_avail = (char *)pool + SIZEOF_POOL_T; in apr_pool_create_unmanaged_ex()
1706 if ((pool = malloc(SIZEOF_POOL_T)) == NULL) { in apr_pool_create_ex_debug()
1713 memset(pool, 0, SIZEOF_POOL_T); in apr_pool_create_ex_debug()
1803 if ((pool = malloc(SIZEOF_POOL_T)) == NULL) { in apr_pool_create_unmanaged_ex_debug()
1810 memset(pool, 0, SIZEOF_POOL_T); in apr_pool_create_unmanaged_ex_debug()