/PHP-7.4/ext/opcache/Optimizer/ |
H A D | zend_worklist.h | 32 (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 D | nop_removal.c | 42 shiftlist = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last, use_heap); in zend_optimizer_nop_removal()
|
H A D | compact_vars.c | 32 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 D | escape_analysis.c | 86 size = do_alloca(sizeof(int) * ssa_vars_count, use_heap); in zend_build_equi_escape_sets() 417 ees = do_alloca(sizeof(int) * ssa_vars_count, use_heap); in zend_ssa_escape_analysis()
|
H A D | zend_call_graph.c | 97 call_stack = do_alloca((op_array->last / 2) * sizeof(zend_call_info*), use_heap); in zend_analyze_calls()
|
H A D | zend_cfg.c | 675 int *postnum = do_alloca(sizeof(int) * cfg->blocks_count, use_heap); in zend_cfg_compute_dominators_tree() 798 entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops() 830 sorted_blocks = do_alloca(sizeof(block_info) * cfg->blocks_count, sorted_blocks_use_heap); in zend_cfg_identify_loops()
|
H A D | pass3.c | 63 jmp_hitlist = (zend_op**)do_alloca(sizeof(zend_op*)*op_array->last, use_heap); in zend_optimizer_pass3()
|
H A D | zend_ssa.c | 539 tmp = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), use_heap); in zend_ssa_rename() 903 dfg.tmp = do_alloca((set_size * sizeof(zend_ulong)) * (blocks_count * 4 + 1), dfg_use_heap); in zend_build_ssa() 963 var = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), var_use_heap); in zend_build_ssa()
|
H A D | zend_inference.c | 219 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() 1645 zend_bitset worklist = do_alloca(sizeof(zend_ulong) * worklist_len * 2, use_heap); in zend_infer_ranges_warmup() 1747 worklist = do_alloca( in zend_infer_ranges() 4308 worklist = do_alloca(sizeof(zend_ulong) * zend_bitset_len(ssa_vars_count), use_heap); in zend_infer_types() 4386 worklist = do_alloca(sizeof(zend_ulong) * worklist_len, use_heap); in zend_inference_check_recursive_dependencies()
|
H A D | block_pass.c | 42 lookup_name = do_alloca(ZSTR_LEN(name) + 1, use_heap); in zend_optimizer_get_persistent_constant() 1038 map = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last_try_catch, use_heap); in assemble_code_blocks()
|
/PHP-7.4/Zend/ |
H A D | zend_constants.c | 252 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 D | zend_portability.h | 362 # define do_alloca(size, use_heap) \ macro 369 # define do_alloca(p, use_heap) emalloc(p) macro
|
H A D | zend_bitset.h | 38 (zend_bitset)do_alloca((n) * ZEND_BITSET_ELM_SIZE, use_heap)
|
H A D | zend_virtual_cwd.c | 626 tmp = do_alloca(len+1, use_heap); in tsrm_realpath_r() 669 …pbuffer = (PHP_WIN32_IOUTIL_REPARSE_DATA_BUFFER *)do_alloca(MAXIMUM_REPARSE_DATA_BUFFER_SIZE, use_… in tsrm_realpath_r() 908 tmp = do_alloca(len+1, use_heap); in tsrm_realpath_r() 1229 temp = (char *) do_alloca(length+1, use_heap); in virtual_chdir_file()
|
H A D | zend_string.h | 82 …(str) = (zend_string *)do_alloca(ZEND_MM_ALIGNED_SIZE_EX(_ZSTR_STRUCT_SIZE(_len), 8), (use_heap));… in END_EXTERN_C()
|
H A D | zend_opcode.c | 775 uint32_t *last_use = do_alloca(sizeof(uint32_t) * op_array->T, use_heap); in zend_calc_live_ranges()
|
/PHP-7.4/ext/intl/collator/ |
H A D | collator_is_numeric.c | 79 numbuf = (char *) do_alloca(length + 1, use_heap); in collator_u_strtod()
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 770 der_buf = do_alloca(der_len, use_heap); in mysqlnd_sha256_get_rsa_from_pem() 936 char *xor_str = do_alloca(passwd_len + 1, use_heap); in mysqlnd_sha256_auth_get_auth_data() 1205 char *xor_str = do_alloca(passwd_len + 1, use_heap); in mysqlnd_caching_sha2_get_and_use_key()
|
/PHP-7.4/ext/standard/ |
H A D | browscap.c | 163 lc_pattern = do_alloca(ZSTR_LEN(pattern) + 1, use_heap); in browscap_convert_pattern()
|
/PHP-7.4/main/ |
H A D | php_variables.c | 102 var = var_orig = do_alloca(var_len + 1, use_heap); in php_register_variable_ex()
|
H A D | SAPI.c | 1124 var = str = do_alloca(var_len + 1, use_heap); in sapi_add_request_header()
|
H A D | main.c | 2603 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_script() 2708 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_simple_script()
|
/PHP-7.4/sapi/cli/ |
H A D | php_cli_server.c | 377 char *ext_lower = do_alloca(ext_len + 1, use_heap); in get_mime_type() 422 s = do_alloca(len + 1, use_heap); in add_response_header() 2218 old_cwd = do_alloca(MAXPATHLEN, use_heap); in php_cli_server_dispatch_router()
|
/PHP-7.4/win32/ |
H A D | ioutil.c | 999 …pbuffer = (PHP_WIN32_IOUTIL_REPARSE_DATA_BUFFER *)do_alloca(MAXIMUM_REPARSE_DATA_BUFFER_SIZE, use_… in php_win32_ioutil_stat_ex_w()
|
/PHP-7.4/sapi/cgi/ |
H A D | cgi_main.c | 722 php_self = do_alloca(php_self_len + 1, use_heap); in sapi_cgi_register_variables() 1693 s = do_alloca(len + 1, use_heap);
|