Searched refs:SIZEOF_POOL_T (Results 1 – 1 of 1) sorted by relevance
538 #define SIZEOF_POOL_T APR_ALIGN_DEFAULT(sizeof(apr_pool_t)) macro903 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()