Home
last modified time | relevance | path

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

12

/PHP-8.3/Zend/Optimizer/
H A Dzend_worklist.h32 (s)->buf = (int*)do_alloca(sizeof(int) * _len, use_heap); \
73 …(w)->stack.buf = (int*)do_alloca(ZEND_MM_ALIGNED_SIZE(sizeof(int) * _len) + sizeof(zend_ulong) * z…
H A Dnop_removal.c41 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 Dpass3.c62 jmp_hitlist = (zend_op**)do_alloca(sizeof(zend_op*)*op_array->last, use_heap); in zend_optimizer_pass3()
H A Descape_analysis.c85 size = do_alloca(sizeof(int) * ssa_vars_count, use_heap); in zend_build_equi_escape_sets()
411 ees = do_alloca(sizeof(int) * ssa_vars_count, use_heap); in zend_ssa_escape_analysis()
H A Dzend_call_graph.c57 call_stack = do_alloca((op_array->last / 2) * sizeof(zend_call_info*), use_heap); in zend_analyze_calls()
H A Dzend_cfg.c685 int *postnum = do_alloca(sizeof(int) * cfg->blocks_count, use_heap); in zend_cfg_compute_dominators_tree()
796 entry_times = do_alloca(3 * sizeof(int) * cfg->blocks_count, tree_use_heap); in zend_cfg_identify_loops()
H A Dzend_ssa.c803 tmp = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), use_heap); in zend_ssa_rename()
931 dfg.tmp = do_alloca((set_size * sizeof(zend_ulong)) * (blocks_count * 4 + 1), dfg_use_heap); in zend_build_ssa()
988 var = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), var_use_heap); in zend_build_ssa()
H A Dzend_inference.c453 iterators = do_alloca(sizeof(zend_scc_iterator) * ssa->vars_count, iterators_use_heap); in zend_ssa_find_sccs()
504 worklist = do_alloca(sizeof(zend_ulong) * zend_bitset_len(ssa_vars_count), use_heap); in zend_ssa_find_false_dependencies()
1741 zend_bitset worklist = do_alloca(sizeof(zend_ulong) * worklist_len * 2, use_heap); in zend_infer_ranges_warmup()
1844 worklist = do_alloca( in zend_infer_ranges()
4586 worklist = do_alloca(sizeof(zend_ulong) * zend_bitset_len(ssa_vars_count), use_heap); in zend_infer_types()
4621 worklist = do_alloca(sizeof(zend_ulong) * worklist_len, use_heap); in zend_mark_cv_references()
/PHP-8.3/ext/standard/
H A Dcrypt_sha256.c381 tmp_key = (char *) do_alloca(key_len + __alignof__(uint32_t), use_heap_key); in php_sha256_crypt_r()
386 tmp_salt = (char *) do_alloca(salt_len + 1 + __alignof__(uint32_t), use_heap_salt); in php_sha256_crypt_r()
453 cp = p_bytes = do_alloca(key_len, use_heap_p_bytes); in php_sha256_crypt_r()
472 cp = s_bytes = do_alloca(salt_len, use_heap_s_bytes); in php_sha256_crypt_r()
H A Dcrypt_sha512.c415 tmp_key = (char *) do_alloca(key_len + __alignof__ (uint64_t), use_heap_key); in php_sha512_crypt_r()
421 tmp_salt = (char *) do_alloca(salt_len + 1 + __alignof__(uint64_t), use_heap_salt); in php_sha512_crypt_r()
487 cp = p_bytes = do_alloca(key_len, use_heap_p_bytes); in php_sha512_crypt_r()
507 cp = s_bytes = do_alloca(salt_len, use_heap_s_bytes); in php_sha512_crypt_r()
H A Dbrowscap.c161 lc_pattern = do_alloca(ZSTR_LEN(pattern) + 1, use_heap); in browscap_convert_pattern()
/PHP-8.3/ext/intl/collator/
H A Dcollator_is_numeric.c75 numbuf = (char *) do_alloca(length + 1, use_heap); in collator_u_strtod()
/PHP-8.3/Zend/
H A Dzend_portability.h207 # define do_alloca(size, use_heap) \ macro
214 # define do_alloca(p, use_heap) emalloc(p) macro
H A Dzend_bitset.h45 (zend_bitset)do_alloca((n) * ZEND_BITSET_ELM_SIZE, use_heap)
H A Dzend_virtual_cwd.c621 tmp = do_alloca(len+1, use_heap); in tsrm_realpath_r()
664 …pbuffer = (PHP_WIN32_IOUTIL_REPARSE_DATA_BUFFER *)do_alloca(MAXIMUM_REPARSE_DATA_BUFFER_SIZE, use_… in tsrm_realpath_r()
903 tmp = do_alloca(len+1, use_heap); in tsrm_realpath_r()
1235 temp = (char *) do_alloca(length+1, use_heap); in virtual_chdir_file()
H A Dzend_constants.c507 lcname = do_alloca(lcname_len + 1, use_heap); in zend_get_constant_ex()
H A Dzend_string.h118 …(str) = (zend_string *)do_alloca(ZEND_MM_ALIGNED_SIZE_EX(_ZSTR_STRUCT_SIZE(_len), 8), (use_heap));…
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_auth.c758 der_buf = do_alloca(der_len, use_heap); in mysqlnd_sha256_get_rsa_from_pem()
927 char *xor_str = do_alloca(passwd_len + 1, use_heap); in mysqlnd_sha256_auth_get_auth_data()
1206 char *xor_str = do_alloca(passwd_len + 1, use_heap); in mysqlnd_caching_sha2_get_and_use_key()
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c400 char *ext_lower = do_alloca(ext_len + 1, use_heap); in get_mime_type()
436 s = do_alloca(len + 1, use_heap); in add_response_header()
2242 old_cwd = do_alloca(MAXPATHLEN, use_heap); in php_cli_server_dispatch_router()
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c719 php_self = do_alloca(php_self_len + 1, use_heap); in sapi_cgi_register_variables()
1674 s = do_alloca(len + 1, use_heap);
/PHP-8.3/win32/
H A Dioutil.c996 …pbuffer = (PHP_WIN32_IOUTIL_REPARSE_DATA_BUFFER *)do_alloca(MAXIMUM_REPARSE_DATA_BUFFER_SIZE, use_… in php_win32_ioutil_stat_ex_w()
/PHP-8.3/main/
H A Dphp_variables.c141 var = var_orig = do_alloca(var_len + 1, use_heap); in php_register_variable_ex()
H A DSAPI.c1126 var = str = buf = do_alloca(var_len + 1, use_heap); in sapi_add_request_header()
H A Dmain.c2473 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_script()
2568 old_cwd = do_alloca(OLD_CWD_SIZE, use_heap); in php_execute_simple_script()

Completed in 94 milliseconds

12