SIZEOF_ALLOCATOR_T  114 srclib/apr/memory/unix/apr_pools.c     if ((new_allocator = malloc(SIZEOF_ALLOCATOR_T)) == NULL)
SIZEOF_ALLOCATOR_T  117 srclib/apr/memory/unix/apr_pools.c     memset(new_allocator, 0, SIZEOF_ALLOCATOR_T);
SIZEOF_ALLOCATOR_T  923 srclib/apr/memory/unix/apr_pools.c         if ((pool_allocator = malloc(SIZEOF_ALLOCATOR_T)) == NULL) {
SIZEOF_ALLOCATOR_T  929 srclib/apr/memory/unix/apr_pools.c         memset(pool_allocator, 0, SIZEOF_ALLOCATOR_T);