Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_heap.c35 #define PTR_HEAP_BLOCK_SIZE 64 macro
231 heap->elements = safe_emalloc(sizeof(spl_ptr_heap_element), PTR_HEAP_BLOCK_SIZE, 0); in spl_ptr_heap_init()
232 heap->max_size = PTR_HEAP_BLOCK_SIZE; in spl_ptr_heap_init()

Completed in 7 milliseconds