Home
last modified time | relevance | path

Searched refs:Blocks (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_static_allocator.c47 sa->Blocks = (Block *) emalloc(sizeof(Block)); in static_allocator_init()
48 block_init(sa->Blocks, ALLOCATOR_BLOCK_SIZE); in static_allocator_init()
57 retval = block_allocate(&sa->Blocks[sa->current_block], size); in static_allocator_allocate()
61 sa->Blocks = (Block *) erealloc(sa->Blocks, ++sa->num_blocks); 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()
73 block_free(&sa->Blocks[i]); in static_allocator_destroy()
75 efree(sa->Blocks); in static_allocator_destroy()
H A Dzend_static_allocator.h38 Block *Blocks; member
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1286 >>0x14 short x \b, %u Blocks

Completed in 57 milliseconds