Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_static_allocator.c48 block_init(sa->Blocks, ALLOCATOR_BLOCK_SIZE); in static_allocator_init()
63 …block_init(&sa->Blocks[sa->current_block], (size > ALLOCATOR_BLOCK_SIZE) ? size : ALLOCATOR_BLOCK_… in static_allocator_allocate()
H A Dzend_static_allocator.h24 #define ALLOCATOR_BLOCK_SIZE 400000 macro

Completed in 6 milliseconds