Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_worklist.h34 (s)->buf = (int*)do_alloca(sizeof(int) * _len, use_heap); \
77 …(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 *cv_map = do_alloca(op_array->last_var * sizeof(uint32_t), use_heap2); in zend_optimizer_compact_vars()
H A Dzend_call_graph.c93 call_stack = do_alloca((op_array->last / 2) * sizeof(zend_call_info*), use_heap); in zend_analyze_calls()
H A Dzend_cfg.c703 int *postnum = do_alloca(sizeof(int) * cfg->blocks_count, use_heap); in zend_cfg_compute_dominators_tree()
826 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
858 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_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()
4018 worklist = do_alloca(sizeof(zend_ulong) * zend_bitset_len(ssa_vars_count), use_heap); in zend_infer_types()
4096 worklist = do_alloca(sizeof(zend_ulong) * worklist_len, use_heap); in zend_inference_check_recursive_dependencies()
H A Dzend_ssa.c542 tmp = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), use_heap); in zend_ssa_rename()
882 dfg.tmp = do_alloca((set_size * sizeof(zend_ulong)) * (blocks_count * 4 + 1), dfg_use_heap); in zend_build_ssa()
942 var = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), var_use_heap); in zend_build_ssa()
H A Dblock_pass.c42 lookup_name = do_alloca(ZSTR_LEN(name) + 1, use_heap); in zend_optimizer_get_persistent_constant()
998 map = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last_try_catch, use_heap); in assemble_code_blocks()
1050 map = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last_live_range, use_heap); in assemble_code_blocks()
H A Ddfa_pass.c137 shiftlist = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last, use_heap); in zend_ssa_remove_nops()
H A Dzend_optimizer.c490 map = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last_live_range, use_heap); in zend_optimizer_remove_live_range()
/PHP-7.2/Zend/
H A Dzend_constants.c249 char *lcname = do_alloca(name_len + 1, use_heap); in zend_get_constant_str()
270 char *lcname = do_alloca(ZSTR_LEN(name) + 1, use_heap); in zend_get_constant()
386 lcname = do_alloca(lcname_len + 1, use_heap); in zend_get_constant_ex()
H A Dzend_portability.h356 # define do_alloca(size, use_heap) \ macro
363 # define do_alloca(p, use_heap) emalloc(p) macro
H A Dzend_bitset.h40 (zend_bitset)do_alloca((n) * ZEND_BITSET_ELM_SIZE, use_heap)
H A Dzend_virtual_cwd.c315 pbuffer = (REPARSE_DATA_BUFFER *)do_alloca(MAXIMUM_REPARSE_DATA_BUFFER_SIZE, use_heap_large); in php_sys_stat_ex()
857 tmp = do_alloca(len+1, use_heap); in tsrm_realpath_r()
893 pbuffer = (REPARSE_DATA_BUFFER *)do_alloca(MAXIMUM_REPARSE_DATA_BUFFER_SIZE, use_heap_large); in tsrm_realpath_r()
1113 tmp = do_alloca(len+1, use_heap); in tsrm_realpath_r()
1427 temp = (char *) do_alloca(length+1, use_heap); in virtual_chdir_file()
H A Dzend_string.h78 …(str) = (zend_string *)do_alloca(ZEND_MM_ALIGNED_SIZE_EX(_ZSTR_STRUCT_SIZE(_len), 8), (use_heap));… in END_EXTERN_C()
/PHP-7.2/ext/intl/collator/
H A Dcollator_is_numeric.c79 numbuf = (char *) do_alloca(length + 1, use_heap); in collator_u_strtod()
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c843 offsets = (int *)do_alloca(size_offsets * sizeof(int), use_heap); in php_pcre_match_impl()
1324 offsets = (int *)do_alloca(size_offsets * sizeof(int), use_heap); in php_pcre_replace_impl()
1583 offsets = (int *)do_alloca(size_offsets * sizeof(int), use_heap); in php_pcre_replace_func_impl()
2280 offsets = (int *)do_alloca(size_offsets * sizeof(int), use_heap); in php_pcre_split_impl()
2604 offsets = (int *)do_alloca(size_offsets * sizeof(int), use_heap); in php_pcre_grep_impl()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c734 php_self = do_alloca(php_self_len + 1, use_heap); in sapi_cgi_register_variables()
1615 var = str = do_alloca(var_len + 1, use_heap);
1746 s = do_alloca(len + 1, use_heap);
/PHP-7.2/ext/standard/
H A Dbrowscap.c165 lc_pattern = do_alloca(ZSTR_LEN(pattern) + 1, use_heap); in browscap_convert_pattern()
/PHP-7.2/main/
H A Dphp_variables.c96 var = var_orig = do_alloca(var_len + 1, use_heap); in php_register_variable_ex()
H A Dmain.c2520 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_script()
2633 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_simple_script()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c411 s = do_alloca(len + 1, use_heap); in add_response_header()
2102 old_cwd = do_alloca(MAXPATHLEN, use_heap); in php_cli_server_dispatch_router()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c5731 lcname = do_alloca(name_len + 1, use_heap); in ZEND_METHOD()

Completed in 141 milliseconds