Home
last modified time | relevance | path

Searched refs:free_alloca (Results 1 – 25 of 36) sorted by relevance

12

/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c645 free_alloca(tmp, use_heap); in tsrm_realpath_r()
658 free_alloca(tmp, use_heap); in tsrm_realpath_r()
666 free_alloca(tmp, use_heap); in tsrm_realpath_r()
686 free_alloca(tmp, use_heap); in tsrm_realpath_r()
702 free_alloca(tmp, use_heap); in tsrm_realpath_r()
783 free_alloca(tmp, use_heap); in tsrm_realpath_r()
908 free_alloca(tmp, use_heap); in tsrm_realpath_r()
959 free_alloca(tmp, use_heap); in tsrm_realpath_r()
983 free_alloca(tmp, use_heap); in tsrm_realpath_r()
996 free_alloca(tmp, use_heap); in tsrm_realpath_r()
[all …]
H A Dzend_portability.h345 # define free_alloca(p, use_heap) \ macro
351 # define free_alloca(p, use_heap) efree(p) macro
H A Dzend_constants.c438 free_alloca(lcname, use_heap); in zend_get_constant_ex()
H A Dzend_string.h103 #define ZSTR_ALLOCA_FREE(str, use_heap) free_alloca(str, use_heap)
/PHP-8.0/ext/opcache/Optimizer/
H A Dcompact_vars.c75 free_alloca(used_vars, use_heap1); in zend_optimizer_compact_vars()
77 free_alloca(vars_map, use_heap2); in zend_optimizer_compact_vars()
123 free_alloca(vars_map, use_heap2); in zend_optimizer_compact_vars()
H A Dzend_worklist.h38 free_alloca((s)->buf, use_heap)
83 free_alloca((w)->stack.buf, use_heap)
H A Dnop_removal.c105 free_alloca(shiftlist, use_heap); in zend_optimizer_nop_removal()
H A Dzend_call_graph.c152 free_alloca(call_stack, use_heap); in zend_analyze_calls()
212 free_alloca(visited, use_heap); in zend_analyze_recursion()
H A Descape_analysis.c145 free_alloca(size, use_heap); in zend_build_equi_escape_sets()
535 free_alloca(ees, use_heap); in zend_ssa_escape_analysis()
H A Dzend_ssa.c904 free_alloca(tmp, use_heap); in zend_ssa_rename()
943 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
997 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
1050 free_alloca(var, var_use_heap); in zend_build_ssa()
1051 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
1055 free_alloca(var, var_use_heap); in zend_build_ssa()
1056 free_alloca(dfg.tmp, dfg_use_heap); in zend_build_ssa()
H A Dzend_cfg.c768 free_alloca(postnum, use_heap); in zend_cfg_compute_dominators_tree()
902 free_alloca(sorted_blocks, sorted_blocks_use_heap); in zend_cfg_identify_loops()
903 free_alloca(entry_times, tree_use_heap); in zend_cfg_identify_loops()
H A Dzend_dfg.c328 free_alloca(worklist, use_heap); in zend_build_dfg()
H A Dpass3.c359 free_alloca(jmp_hitlist, use_heap); in zend_optimizer_pass3()
H A Dzend_inference.c249 free_alloca(root, root_use_heap); in zend_ssa_find_sccs()
250 free_alloca(dfs, dfs_use_heap); in zend_ssa_find_sccs()
307 free_alloca(worklist, use_heap); in zend_ssa_find_false_dependencies()
1564 free_alloca(worklist, use_heap); in zend_infer_ranges_warmup()
1673 free_alloca(worklist, use_heap); in zend_infer_ranges()
3895 free_alloca(visited, use_heap); in zend_type_narrowing()
3900 free_alloca(visited, use_heap); in zend_type_narrowing()
3904 free_alloca(visited, use_heap); in zend_type_narrowing()
4161 free_alloca(worklist, use_heap); in zend_infer_types()
4174 free_alloca(worklist, use_heap); in zend_infer_types()
[all …]
/PHP-8.0/main/
H A Dphp_variables.c110 free_alloca(var_orig, use_heap); in php_register_variable_ex()
117 free_alloca(var_orig, use_heap); in php_register_variable_ex()
123 free_alloca(var_orig, use_heap); in php_register_variable_ex()
137 free_alloca(var_orig, use_heap); in php_register_variable_ex()
152 free_alloca(var_orig, use_heap); in php_register_variable_ex()
181 free_alloca(var_orig, use_heap); in php_register_variable_ex()
220 free_alloca(var_orig, use_heap); in php_register_variable_ex()
280 free_alloca(var_orig, use_heap); in php_register_variable_ex()
H A DSAPI.c1147 free_alloca(buf, use_heap); in sapi_add_request_header()
H A Dmain.c2564 free_alloca(old_cwd, use_heap); in php_execute_script()
2601 free_alloca(old_cwd, use_heap); in php_execute_simple_script()
/PHP-8.0/ext/intl/collator/
H A Dcollator_is_numeric.c88 free_alloca(numbuf, use_heap); in collator_u_strtod()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.c784 free_alloca(der_buf, use_heap); in mysqlnd_sha256_get_rsa_from_pem()
939 free_alloca(xor_str, use_heap); in mysqlnd_sha256_auth_get_auth_data()
1208 free_alloca(xor_str, use_heap); in mysqlnd_caching_sha2_get_and_use_key()
/PHP-8.0/ext/ffi/
H A Dffi.c918 free_alloca(fci.params, use_heap); in zend_ffi_callback_trampoline()
2699 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2708 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2709 free_alloca(arg_values, arg_values_use_heap); in ZEND_FUNCTION()
2714 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2715 free_alloca(arg_values, arg_values_use_heap); in ZEND_FUNCTION()
2745 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2751 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2770 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2771 free_alloca(arg_values, arg_values_use_heap); in ZEND_FUNCTION()
[all …]
/PHP-8.0/win32/
H A Dioutil.c998 free_alloca(pbuffer, use_heap_large); in php_win32_ioutil_stat_ex_w()
1013 free_alloca(pbuffer, use_heap_large); in php_win32_ioutil_stat_ex_w()
/PHP-8.0/ext/standard/
H A Dbrowscap.c211 free_alloca(lc_pattern, use_heap); in browscap_convert_pattern()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c380 free_alloca(ext_lower, use_heap); in get_mime_type()
429 free_alloca(s, use_heap); in add_response_header()
2180 free_alloca(old_cwd, use_heap); in php_cli_server_dispatch_router()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c1430 free_alloca(intervals, use_heap); in zend_jit_compute_liveness()
1435 free_alloca(intervals, use_heap); in zend_jit_compute_liveness()
1882 free_alloca(candidates, use_heap); in zend_jit_allocate_registers()
2064 free_alloca(candidates, use_heap); in zend_jit_allocate_registers()
2071 free_alloca(candidates, use_heap); in zend_jit_allocate_registers()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c742 free_alloca(php_self, use_heap); in sapi_cgi_register_variables()
1683 free_alloca(s, use_heap);

Completed in 136 milliseconds

12