StaticAllocator    45 Zend/zend_static_allocator.c void static_allocator_init(StaticAllocator *sa)
StaticAllocator    53 Zend/zend_static_allocator.c char *static_allocator_allocate(StaticAllocator *sa, zend_uint size)
StaticAllocator    68 Zend/zend_static_allocator.c void static_allocator_destroy(StaticAllocator *sa)
StaticAllocator    43 Zend/zend_static_allocator.h void static_allocator_init(StaticAllocator *sa);
StaticAllocator    44 Zend/zend_static_allocator.h char *static_allocator_allocate(StaticAllocator *sa, zend_uint size);
StaticAllocator    45 Zend/zend_static_allocator.h void static_allocator_destroy(StaticAllocator *sa);