Home
last modified time | relevance | path

Searched refs:use_heap (Results 26 – 33 of 33) sorted by relevance

12

/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c401 ALLOCA_FLAG(use_heap) in add_response_header()
411 s = do_alloca(len + 1, use_heap); in add_response_header()
418 free_alloca(s, use_heap); in add_response_header()
2101 ALLOCA_FLAG(use_heap) in php_cli_server_dispatch_router()
2102 old_cwd = do_alloca(MAXPATHLEN, use_heap); in php_cli_server_dispatch_router()
2130 free_alloca(old_cwd, use_heap); in php_cli_server_dispatch_router()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c488 ALLOCA_FLAG(use_heap); in zend_optimizer_remove_live_range()
490 map = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last_live_range, use_heap); in zend_optimizer_remove_live_range()
519 free_alloca(map, use_heap); in zend_optimizer_remove_live_range()
H A Dzend_ssa.c538 ALLOCA_FLAG(use_heap); in zend_ssa_rename()
542 tmp = do_alloca(sizeof(int) * (op_array->last_var + op_array->T), use_heap); in zend_ssa_rename()
850 free_alloca(tmp, use_heap); in zend_ssa_rename()
/PHP-7.2/ext/standard/
H A Dvar_unserializer.re295 ALLOCA_FLAG(use_heap)
304 ZSTR_ALLOCA_ALLOC(lcname, ZSTR_LEN(class_name), use_heap);
307 ZSTR_ALLOCA_FREE(lcname, use_heap);
H A Darray.c5747 ALLOCA_FLAG(use_heap)
5811 bitset = ZEND_BITSET_ALLOCA(bitset_len, use_heap);
5842 free_alloca(bitset, use_heap);
/PHP-7.2/Zend/
H A Dzend_API.c2906 ALLOCA_FLAG(use_heap); in zend_is_callable_check_class()
2908 ZSTR_ALLOCA_ALLOC(lcname, name_len, use_heap); in zend_is_callable_check_class()
2979 ZSTR_ALLOCA_FREE(lcname, use_heap); in zend_is_callable_check_class()
2995 ALLOCA_FLAG(use_heap) in zend_is_callable_check_func()
3009 ZSTR_ALLOCA_INIT(lmname, Z_STRVAL_P(callable) + 1, Z_STRLEN_P(callable) - 1, use_heap); in zend_is_callable_check_func()
3017 ZSTR_ALLOCA_FREE(lmname, use_heap); in zend_is_callable_check_func()
3023 ZSTR_ALLOCA_INIT(lmname, Z_STRVAL_P(callable), Z_STRLEN_P(callable), use_heap); in zend_is_callable_check_func()
3029 ZSTR_ALLOCA_FREE(lmname, use_heap); in zend_is_callable_check_func()
3035 ZSTR_ALLOCA_FREE(lmname, use_heap); in zend_is_callable_check_func()
H A Dzend_compile.c881 ALLOCA_FLAG(use_heap); in zend_hash_find_ptr_lc()
883 ZSTR_ALLOCA_ALLOC(lcname, len, use_heap); in zend_hash_find_ptr_lc()
886 ZSTR_ALLOCA_FREE(lcname, use_heap); in zend_hash_find_ptr_lc()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c5723 ALLOCA_FLAG(use_heap) in ZEND_METHOD()
5731 lcname = do_alloca(name_len + 1, use_heap); in ZEND_METHOD()
5734 free_alloca(lcname, use_heap); in ZEND_METHOD()
5739 free_alloca(lcname, use_heap); in ZEND_METHOD()

Completed in 93 milliseconds

12