Home
last modified time | relevance | path

Searched refs:use_heap (Results 26 – 35 of 35) sorted by relevance

12

/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c39 ALLOCA_FLAG(use_heap); in zend_optimizer_get_persistent_constant()
42 lookup_name = do_alloca(ZSTR_LEN(name) + 1, use_heap); in zend_optimizer_get_persistent_constant()
53 free_alloca(lookup_name, use_heap); in zend_optimizer_get_persistent_constant()
1036 ALLOCA_FLAG(use_heap); in assemble_code_blocks()
1038 map = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last_try_catch, use_heap); in assemble_code_blocks()
1081 free_alloca(map, use_heap); in assemble_code_blocks()
H A Ddfa_pass.c165 ALLOCA_FLAG(use_heap); in zend_ssa_remove_nops()
167 shiftlist = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last, use_heap); in zend_ssa_remove_nops()
308 free_alloca(shiftlist, use_heap); in zend_ssa_remove_nops()
H A Dzend_ssa.c535 ALLOCA_FLAG(use_heap = 0); in zend_ssa_rename()
539 tmp = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), use_heap); in zend_ssa_rename()
871 free_alloca(tmp, use_heap); in zend_ssa_rename()
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re354 ALLOCA_FLAG(use_heap)
363 ZSTR_ALLOCA_ALLOC(lcname, ZSTR_LEN(class_name), use_heap);
366 ZSTR_ALLOCA_FREE(lcname, use_heap);
H A Darray.c5852 ALLOCA_FLAG(use_heap)
5916 bitset = ZEND_BITSET_ALLOCA(bitset_len, use_heap);
5946 free_alloca(bitset, use_heap);
/PHP-7.4/Zend/
H A Dzend_API.c2914 ALLOCA_FLAG(use_heap); in zend_is_callable_check_class()
2916 ZSTR_ALLOCA_ALLOC(lcname, name_len, use_heap); in zend_is_callable_check_class()
2993 ZSTR_ALLOCA_FREE(lcname, use_heap); in zend_is_callable_check_class()
3024 ALLOCA_FLAG(use_heap) in zend_is_callable_check_func()
3036 ZSTR_ALLOCA_ALLOC(lmname, Z_STRLEN_P(callable) - 1, use_heap); in zend_is_callable_check_func()
3039 ZSTR_ALLOCA_FREE(lmname, use_heap); in zend_is_callable_check_func()
3044 ZSTR_ALLOCA_ALLOC(lmname, Z_STRLEN_P(callable), use_heap); in zend_is_callable_check_func()
3047 ZSTR_ALLOCA_FREE(lmname, use_heap); in zend_is_callable_check_func()
H A Dzend_compile.c817 ALLOCA_FLAG(use_heap); in zend_hash_find_ptr_lc()
819 ZSTR_ALLOCA_ALLOC(lcname, len, use_heap); in zend_hash_find_ptr_lc()
822 ZSTR_ALLOCA_FREE(lcname, use_heap); in zend_hash_find_ptr_lc()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1512 ALLOCA_FLAG(use_heap) in ZEND_METHOD()
1520 ZSTR_ALLOCA_ALLOC(lcname, ZSTR_LEN(fname) - 1, use_heap); in ZEND_METHOD()
1523 ZSTR_ALLOCA_FREE(lcname, use_heap); in ZEND_METHOD()
5727 ALLOCA_FLAG(use_heap) in ZEND_METHOD()
5735 lcname = do_alloca(name_len + 1, use_heap); in ZEND_METHOD()
5738 free_alloca(lcname, use_heap); in ZEND_METHOD()
5743 free_alloca(lcname, use_heap); in ZEND_METHOD()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2161 ALLOCA_FLAG(use_heap) in php_mysqlnd_cached_sha2_result_write()
2162 zend_uchar *buffer = do_alloca(MYSQLND_HEADER_SIZE + packet->password_len + 1, use_heap); in php_mysqlnd_cached_sha2_result_write()
2175 free_alloca(buffer, use_heap); in php_mysqlnd_cached_sha2_result_write()
/PHP-7.4/ext/ffi/
H A Dffi.c854 ALLOCA_FLAG(use_heap) in zend_ffi_callback_trampoline()
859 fci.params = do_alloca(sizeof(zval) *callback_data->arg_count, use_heap); in zend_ffi_callback_trampoline()
887 free_alloca(fci.params, use_heap); in zend_ffi_callback_trampoline()

Completed in 132 milliseconds

12