Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_static_allocator.c50 sa->current_block = 0; in static_allocator_init()
57 retval = block_allocate(&sa->Blocks[sa->current_block], size); in static_allocator_allocate()
62 sa->current_block++; in static_allocator_allocate()
63 …block_init(&sa->Blocks[sa->current_block], (size > ALLOCATOR_BLOCK_SIZE) ? size : ALLOCATOR_BLOCK_… in static_allocator_allocate()
64 retval = block_allocate(&sa->Blocks[sa->current_block], size); in static_allocator_allocate()
H A Dzend_static_allocator.h40 zend_uint current_block; member

Completed in 5 milliseconds