Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_worklist.h32 (s)->buf = (int*)do_alloca(sizeof(int) * _len, use_heap); \
75 …(w)->stack.buf = (int*)do_alloca(ZEND_MM_ALIGNED_SIZE(sizeof(int) * _len) + sizeof(zend_ulong) * z…
H A Dnop_removal.c42 shiftlist = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last, use_heap); in zend_optimizer_nop_removal()
H A Dcompact_vars.c32 uint32_t *vars_map = do_alloca((op_array->last_var + op_array->T) * sizeof(uint32_t), use_heap2); in zend_optimizer_compact_vars()
H A Descape_analysis.c86 size = do_alloca(sizeof(int) * ssa_vars_count, use_heap); in zend_build_equi_escape_sets()
438 ees = do_alloca(sizeof(int) * ssa_vars_count, use_heap); in zend_ssa_escape_analysis()
H A Dzend_call_graph.c91 call_stack = do_alloca((op_array->last / 2) * sizeof(zend_call_info*), use_heap); in zend_analyze_calls()
H A Dzend_cfg.c700 int *postnum = do_alloca(sizeof(int) * cfg->blocks_count, use_heap); in zend_cfg_compute_dominators_tree()
823 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
855 sorted_blocks = do_alloca(sizeof(block_info) * cfg->blocks_count, sorted_blocks_use_heap); in zend_cfg_identify_loops()
H A Dpass3.c63 jmp_hitlist = (zend_op**)do_alloca(sizeof(zend_op*)*op_array->last, use_heap); in zend_optimizer_pass3()
H A Dzend_ssa.c540 tmp = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), use_heap); in zend_ssa_rename()
893 dfg.tmp = do_alloca((set_size * sizeof(zend_ulong)) * (blocks_count * 4 + 1), dfg_use_heap); in zend_build_ssa()
953 var = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), var_use_heap); in zend_build_ssa()
H A Dzend_inference.c219 dfs = do_alloca(sizeof(int) * ssa->vars_count, dfs_use_heap); in zend_ssa_find_sccs()
221 root = do_alloca(sizeof(int) * ssa->vars_count, root_use_heap); in zend_ssa_find_sccs()
270 worklist = do_alloca(sizeof(zend_ulong) * zend_bitset_len(ssa_vars_count), use_heap); in zend_ssa_find_false_dependencies()
1655 zend_bitset worklist = do_alloca(sizeof(zend_ulong) * worklist_len * 2, use_heap); in zend_infer_ranges_warmup()
1757 worklist = do_alloca( in zend_infer_ranges()
4079 worklist = do_alloca(sizeof(zend_ulong) * zend_bitset_len(ssa_vars_count), use_heap); in zend_infer_types()
4157 worklist = do_alloca(sizeof(zend_ulong) * worklist_len, use_heap); in zend_inference_check_recursive_dependencies()
H A Dblock_pass.c42 lookup_name = do_alloca(ZSTR_LEN(name) + 1, use_heap); in zend_optimizer_get_persistent_constant()
1029 map = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last_try_catch, use_heap); in assemble_code_blocks()
H A Ddfa_pass.c167 shiftlist = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last, use_heap); in zend_ssa_remove_nops()
/PHP-7.3/Zend/
H A Dzend_constants.c252 char *lcname = do_alloca(name_len + 1, use_heap); in zend_get_constant_str_impl()
281 char *lcname = do_alloca(ZSTR_LEN(name) + 1, use_heap); in zend_get_constant_impl()
425 lcname = do_alloca(lcname_len + 1, use_heap); in zend_get_constant_ex()
H A Dzend_portability.h367 # define do_alloca(size, use_heap) \ macro
374 # define do_alloca(p, use_heap) emalloc(p) macro
H A Dzend_bitset.h38 (zend_bitset)do_alloca((n) * ZEND_BITSET_ELM_SIZE, use_heap)
H A Dzend_virtual_cwd.c322 pbuffer = (REPARSE_DATA_BUFFER *)do_alloca(MAXIMUM_REPARSE_DATA_BUFFER_SIZE, use_heap_large); in php_sys_stat_ex()
870 tmp = do_alloca(len+1, use_heap); in tsrm_realpath_r()
913 pbuffer = (REPARSE_DATA_BUFFER *)do_alloca(MAXIMUM_REPARSE_DATA_BUFFER_SIZE, use_heap_large); in tsrm_realpath_r()
1152 tmp = do_alloca(len+1, use_heap); in tsrm_realpath_r()
1467 temp = (char *) do_alloca(length+1, use_heap); in virtual_chdir_file()
H A Dzend_string.h80 …(str) = (zend_string *)do_alloca(ZEND_MM_ALIGNED_SIZE_EX(_ZSTR_STRUCT_SIZE(_len), 8), (use_heap));… in END_EXTERN_C()
/PHP-7.3/ext/intl/collator/
H A Dcollator_is_numeric.c79 numbuf = (char *) do_alloca(length + 1, use_heap); in collator_u_strtod()
/PHP-7.3/ext/standard/
H A Dbrowscap.c163 lc_pattern = do_alloca(ZSTR_LEN(pattern) + 1, use_heap); in browscap_convert_pattern()
H A Dstring.c1224 ptr = strings = do_alloca((sizeof(*strings)) * numelems, use_heap); in php_implode()
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c370 char *ext_lower = do_alloca(ext_len + 1, use_heap); in get_mime_type()
415 s = do_alloca(len + 1, use_heap); in add_response_header()
2112 old_cwd = do_alloca(MAXPATHLEN, use_heap); in php_cli_server_dispatch_router()
/PHP-7.3/main/
H A Dphp_variables.c102 var = var_orig = do_alloca(var_len + 1, use_heap); in php_register_variable_ex()
H A DSAPI.c1128 var = str = do_alloca(var_len + 1, use_heap); in sapi_add_request_header()
H A Dmain.c2558 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_script()
2671 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_simple_script()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c729 php_self = do_alloca(php_self_len + 1, use_heap); in sapi_cgi_register_variables()
1700 s = do_alloca(len + 1, use_heap);
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c5631 lcname = do_alloca(name_len + 1, use_heap); in ZEND_METHOD()

Completed in 139 milliseconds