Home
last modified time | relevance | path

Searched refs:malloc (Results 76 – 100 of 100) sorted by relevance

1234

/PHP-7.4/Zend/
H A Dzend_API.c1935 module_request_startup_handlers = (zend_module_entry**)malloc( in zend_collect_module_handlers()
1967 class_cleanup_handlers = (zend_class_entry**)malloc( in zend_collect_module_handlers()
2266 reg_function = malloc(sizeof(zend_internal_function)); in zend_register_functions()
2297 new_arg_info = malloc(sizeof(zend_arg_info) * num_args); in zend_register_functions()
2698 zend_class_entry *class_entry = malloc(sizeof(zend_class_entry)); in do_register_internal_class()
H A Dzend_language_parser.y39 #define YYMALLOC malloc
H A Dzend_strtod.c226 #define MALLOC malloc
H A Dzend_vm_execute.h61057 zend_handlers_table = malloc(sizeof(HashTable));
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1504 } else zend_extensions = malloc(sizeof(char*) * zend_extensions_len); in main()
1632 ini_entries = malloc(sizeof(phpdbg_ini_hardcoded)); in main()
H A Dxml.md138 …- memory_manager: using the native memory manager (malloc, free, realloc) instead of e.g. the Zend…
H A Dphpdbg_prompt.c249 state->code = malloc(cmd_len + 1); in phpdbg_line_init()
/PHP-7.4/
H A DCODING_STANDARDS.md75 The use of `malloc()` should be limited to cases where a third-party library
H A Dconfigure.ac434 malloc.h \
/PHP-7.4/ext/standard/
H A Dproc_open.c960 cmdw2 = (wchar_t *)malloc(len * sizeof(wchar_t)); in PHP_FUNCTION()
H A Durl_scanner_ex.re68 ctx->tags = malloc(sizeof(HashTable));
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c832 s_lve = malloc(rc); in init_lve_ex()
1509 pReq->m_pRespBuf = pReq->m_pRespBufPos = (char *)malloc( LSAPI_RESP_BUF_SIZE ); in LSAPI_InitRequest()
2765 g_prefork_server = (lsapi_prefork_server *)malloc( sizeof( lsapi_prefork_server ) ); in LSAPI_Init_Prefork_Server()
/PHP-7.4/main/
H A Dmain.c427 binary_location = (char *)malloc(MAXPATHLEN); in php_binary_init()
434 binary_location = (char *)malloc(MAXPATHLEN); in php_binary_init()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c664 new = mb->memctl.malloc(newsize, mb->memctl.memory_data); in match()
6352 match_data->subject = match_data->memctl.malloc(length, in pcre2_match()
6637 mb->match_frames = mb->memctl.malloc(mb->frame_vector_size, in pcre2_match()
7262 match_data->subject = match_data->memctl.malloc(length, in pcre2_match()
H A Dpcre2_internal.h1766 void * (*malloc)(size_t, void *); member
H A Dpcre2_dfa_match.c438 new = mb->memctl.malloc(newsize*sizeof(int), mb->memctl.memory_data); in more_workspace()
3927 match_data->subject = match_data->memctl.malloc(length, in pcre2_dfa_match()
H A Dpcre2_jit_compile.c70 return allocator->malloc(size, allocator->memory_data); in pcre2_jit_malloc()
/PHP-7.4/ext/dom/
H A Dphp_dom.c538 Z_PTR_P(zv) = malloc(sizeof(dom_prop_handler)); in dom_copy_prop_handler()
/PHP-7.4/ext/exif/
H A Dexif.c1361 HashTable *ht = malloc(sizeof(HashTable)); in exif_make_tag_ht()
1384 EXIF_G(tag_table_cache) = malloc(sizeof(HashTable)); in exif_get_tag_ht()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c350 char *ret = (char *) malloc(len + 1); in PHP_INI_END()
/PHP-7.4/ext/ffi/
H A Dffi.c3316 scope = malloc(sizeof(zend_ffi_scope)); in zend_ffi_load()
3321 FFI_G(scopes) = malloc(sizeof(HashTable)); in zend_ffi_load()
6396 _(malloc) \
/PHP-7.4/ext/curl/
H A Dinterface.c1411 php_curl_openssl_tsl = malloc(c * sizeof(MUTEX_T)); in PHP_MINIT_FUNCTION()
/PHP-7.4/build/
H A Dphp.m41426 struct s *s = malloc(sizeof(struct s) + 3);
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます20376 >22 belong &0x04 malloc may be from alternate RAM,
H A Dmagic20376 >22 belong &0x04 malloc may be from alternate RAM,

Completed in 478 milliseconds

1234