Home
last modified time | relevance | path

Searched refs:free_alloca (Results 1 – 25 of 40) sorted by path

12

/php-src/Zend/Optimizer/
H A Dblock_pass.c1099 free_alloca(map, use_heap); in assemble_code_blocks()
H A Dcompact_vars.c74 free_alloca(used_vars, use_heap1); in zend_optimizer_compact_vars()
76 free_alloca(vars_map, use_heap2); in zend_optimizer_compact_vars()
122 free_alloca(vars_map, use_heap2); in zend_optimizer_compact_vars()
H A Ddfa_pass.c254 free_alloca(shiftlist, use_heap); in zend_ssa_remove_nops()
H A Descape_analysis.c144 free_alloca(size, use_heap); in zend_build_equi_escape_sets()
532 free_alloca(ees, use_heap); in zend_ssa_escape_analysis()
H A Dnop_removal.c93 free_alloca(shiftlist, use_heap); in zend_optimizer_nop_removal()
H A Dpass3.c238 free_alloca(jmp_hitlist, use_heap); in zend_optimizer_pass3()
H A Dzend_call_graph.c171 free_alloca(call_stack, use_heap); in zend_analyze_calls()
233 free_alloca(visited, use_heap); in zend_analyze_recursion()
H A Dzend_cfg.c764 free_alloca(postnum, use_heap); in zend_cfg_compute_dominators_tree()
900 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
H A Dzend_dfg.c329 free_alloca(worklist, use_heap); in zend_build_dfg()
H A Dzend_inference.c484 free_alloca(iterators, iterators_use_heap); in zend_ssa_find_sccs()
541 free_alloca(worklist, use_heap); in zend_ssa_find_false_dependencies()
1820 free_alloca(worklist, use_heap); in zend_infer_ranges_warmup()
1936 free_alloca(worklist, use_heap); in zend_infer_ranges()
4470 free_alloca(visited, use_heap); in zend_type_narrowing()
4475 free_alloca(visited, use_heap); in zend_type_narrowing()
4479 free_alloca(visited, use_heap); in zend_type_narrowing()
4718 free_alloca(worklist, use_heap); in zend_infer_types()
4731 free_alloca(worklist, use_heap); in zend_infer_types()
4870 free_alloca(worklist, use_heap); in zend_mark_cv_references()
H A Dzend_ssa.c929 free_alloca(tmp, use_heap); in zend_ssa_rename()
1019 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
1072 free_alloca(var, var_use_heap); in zend_build_ssa()
1073 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
1077 free_alloca(var, var_use_heap); in zend_build_ssa()
1078 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
H A Dzend_worklist.h38 free_alloca((s)->buf, use_heap)
81 free_alloca((w)->stack.buf, use_heap)
/php-src/Zend/
H A Dzend_ast.c930 free_alloca(args, use_heap); in zend_ast_evaluate_inner()
945 free_alloca(args, use_heap); in zend_ast_evaluate_inner()
H A Dzend_compile.c6892 free_alloca(type_list, use_heap); in zend_compile_typename_ex()
H A Dzend_constants.c507 free_alloca(lcname, use_heap); in zend_get_constant_ex()
H A Dzend_hash.c99 free_alloca(lc_str, use_heap); in zend_hash_str_find_ptr_lc()
H A Dzend_inheritance.c3055 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
3060 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
3085 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
3109 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
3257 free_alloca(traits_and_interfaces, use_heap); in zend_do_link_class()
H A Dzend_opcode.c1016 free_alloca(last_use, use_heap); in zend_calc_live_ranges()
H A Dzend_portability.h215 # define free_alloca(p, use_heap) \ macro
221 # define free_alloca(p, use_heap) efree(p) macro
H A Dzend_string.h133 #define ZSTR_ALLOCA_FREE(str, use_heap) free_alloca(str, use_heap)
H A Dzend_virtual_cwd.c646 free_alloca(tmp, use_heap); in tsrm_realpath_r()
659 free_alloca(tmp, use_heap); in tsrm_realpath_r()
667 free_alloca(tmp, use_heap); in tsrm_realpath_r()
687 free_alloca(tmp, use_heap); in tsrm_realpath_r()
703 free_alloca(tmp, use_heap); in tsrm_realpath_r()
784 free_alloca(tmp, use_heap); in tsrm_realpath_r()
909 free_alloca(tmp, use_heap); in tsrm_realpath_r()
960 free_alloca(tmp, use_heap); in tsrm_realpath_r()
984 free_alloca(tmp, use_heap); in tsrm_realpath_r()
997 free_alloca(tmp, use_heap); in tsrm_realpath_r()
[all …]
/php-src/ext/ffi/
H A Dffi.c978 free_alloca(fci.params, use_heap); in zend_ffi_callback_trampoline()
2781 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2790 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2791 free_alloca(arg_values, arg_values_use_heap); in ZEND_FUNCTION()
2796 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2797 free_alloca(arg_values, arg_values_use_heap); in ZEND_FUNCTION()
2827 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2833 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2852 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2853 free_alloca(arg_values, arg_values_use_heap); in ZEND_FUNCTION()
[all …]
/php-src/ext/intl/collator/
H A Dcollator_is_numeric.c88 free_alloca(numbuf, use_heap); in collator_u_strtod()
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c774 free_alloca(der_buf, use_heap); in mysqlnd_sha256_get_rsa_from_pem()
935 free_alloca(xor_str, use_heap); in mysqlnd_sha256_auth_get_auth_data()
1211 free_alloca(xor_str, use_heap); in mysqlnd_caching_sha2_get_and_use_key()
H A Dmysqlnd_wireprotocol.c2029 free_alloca(buffer, use_heap); in php_mysqlnd_cached_sha2_result_write()

Completed in 216 milliseconds

12