Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dnop_removal.c23 FREE_ALLOCA(shiftlist); in nop_removal()
125 FREE_ALLOCA(shiftlist); in nop_removal()
H A Dpass3.c441 FREE_ALLOCA(jmp_hitlist);
H A Dblock_pass.c23 FREE_ALLOCA(lookup_name); in zend_get_persistent_constant()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h160 #define FREE_ALLOCA(x) free_alloca_with_limit(x, use_heap) macro
164 #define FREE_ALLOCA(x) free_alloca(x) macro
168 #define FREE_ALLOCA(x) free_alloca(x, use_heap) macro

Completed in 14 milliseconds