Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_static_allocator.h41 } StaticAllocator; typedef
43 void static_allocator_init(StaticAllocator *sa);
44 char *static_allocator_allocate(StaticAllocator *sa, zend_uint size);
45 void static_allocator_destroy(StaticAllocator *sa);
H A Dzend_static_allocator.c45 void static_allocator_init(StaticAllocator *sa) in static_allocator_init()
53 char *static_allocator_allocate(StaticAllocator *sa, zend_uint size) in static_allocator_allocate()
68 void static_allocator_destroy(StaticAllocator *sa) in static_allocator_destroy()

Completed in 6 milliseconds