Searched refs:current_block (Results 1 – 2 of 2) sorted by relevance
50 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()
40 zend_uint current_block; member
Completed in 4 milliseconds