Block 25 Zend/zend_static_allocator.c inline static void block_init(Block *block, zend_uint block_size) Block 31 Zend/zend_static_allocator.c inline static char *block_allocate(Block *block, zend_uint size) Block 40 Zend/zend_static_allocator.c inline static void block_destroy(Block *block) Block 47 Zend/zend_static_allocator.c sa->Blocks = (Block *) emalloc(sizeof(Block)); Block 61 Zend/zend_static_allocator.c sa->Blocks = (Block *) erealloc(sa->Blocks, ++sa->num_blocks); Block 38 Zend/zend_static_allocator.h Block *Blocks;