Searched refs:malloc (Results 1 – 25 of 105) sorted by relevance
12345
59 return malloc(size); in default_malloc()89 void *yield = (memctl == NULL)? malloc(size) : in PRIV()90 memctl->malloc(size, memctl->memory_data); in PRIV()95 newmemctl->malloc = default_malloc; in PRIV()123 gcontext->memctl.malloc = private_malloc; in pcre2_general_context_create()232 gcontext->memctl.malloc(sizeof(pcre2_real_general_context), in pcre2_general_context_copy()244 ccontext->memctl.malloc(sizeof(pcre2_real_compile_context), in pcre2_compile_context_copy()256 mcontext->memctl.malloc(sizeof(pcre2_real_match_context), in pcre2_match_context_copy()269 ccontext->memctl.malloc(sizeof(pcre2_real_convert_context), in pcre2_convert_context_copy()
78 uint8_t *yield = (uint8_t *)malloc(TABLES_LENGTH);85 gcontext->memctl.malloc(TABLES_LENGTH, gcontext->memctl.memory_data) :86 malloc(TABLES_LENGTH));
27 s0 = (char *) malloc(42);28 s1 = (char *) malloc(8);
467 h = (__itt_thread_info*)malloc(sizeof(__itt_thread_info)); \484 h = (__itt_thread_info*)malloc(sizeof(__itt_thread_info)); \501 h = (__itt_domain*)malloc(sizeof(__itt_domain)); \517 h = (__itt_domain*)malloc(sizeof(__itt_domain)); \533 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \548 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \563 h = (__itt_counter_info_t*)malloc(sizeof(__itt_counter_info_t)); \580 h = (__itt_counter_info_t*)malloc(sizeof(__itt_counter_info_t)); \
208 dllName = (char*)malloc(sizeof(char) * (dNameLength + 1)); in loadiJIT_Funcs()227 dllName = (char*)malloc(sizeof(char) * (dNameLength + 1)); in loadiJIT_Funcs()
34 char *data = malloc(Size+1); in LLVMFuzzerTestOneInput()
33 unsigned char *orig_data = malloc(Size+1); in LLVMFuzzerTestOneInput()
38 unsigned char *orig_data = malloc(Size+1); in LLVMFuzzerTestOneInput()
69 … 'persistent' means that mysqlnd uses malloc() instead of emalloc(). nothing else. ext/mysqli will71 Its only about malloc() vs. emalloc().73 …However, the bug is about malloc() and efree(). You can make make mysqlnd use malloc() by either u…
31 #define YYMALLOC malloc95 $$.file.name = malloc($1.len + $2.len + 1);105 $$.file.name = malloc($1.len + $2.len + 1);
84 pollfds = malloc(sizeof(struct pollfd) * max); in fpm_event_devpoll_init()97 active_pollfds = malloc(sizeof(struct pollfd) * max); in fpm_event_devpoll_init()
76 pollfds = malloc(sizeof(struct pollfd) * max); in fpm_event_poll_init()89 active_pollfds = malloc(sizeof(struct pollfd) * max); in fpm_event_poll_init()
79 events = malloc(sizeof(port_event_t) * max); in fpm_event_port_init()
189 new_environ = (char **) malloc((i + 1) * sizeof(char *)); in save_ps_args()190 frozen_environ = (char **) malloc((i + 1) * sizeof(char *)); in save_ps_args()221 new_argv = (char **) malloc((argc + 1) * sizeof(char *)); in save_ps_args()
26 char *malloc(); in setenv()34 if ((cp = malloc(strlen(name) + strlen(value) + 2)) == 0) { in setenv()258 if ((new_environ = malloc((1U + env_nb) * sizeof (char *))) == NULL) { in fpm_env_init_main()
69 ret = malloc(sizeof(struct fpm_worker_pool_s)); in fpm_worker_pool_alloc()
21 a = malloc(sizeof(struct fpm_array_s)); in fpm_array_init()
45 ret = malloc(sizeof(struct fpm_child_s)); in fpm_child_alloc()454 wp->ondemand_event = (struct fpm_event_s *)malloc(sizeof(struct fpm_event_s)); in fpm_children_create_initial()478 last_faults = malloc(sizeof(time_t) * fpm_global_config.emergency_restart_threshold); in fpm_children_init_main()
29 #define pemalloc_rel_orig(size, persistent) ((persistent) ? malloc((size)) : emalloc_rel_orig((size…
261 p->storage[j] = (void *) malloc(resource_types_table[j].size); in tsrm_update_active_threads()376 …(*thread_resources_ptr) = (tsrm_tls_entry *) malloc(TSRM_ALIGNED_SIZE(sizeof(tsrm_tls_entry)) + ts… in allocate_new_resource()379 (*thread_resources_ptr)->storage = (void **) malloc(sizeof(void *)*id_count); in allocate_new_resource()399 (*thread_resources_ptr)->storage[i] = (void *) malloc(resource_types_table[i].size); in allocate_new_resource()581 mutexp = malloc(sizeof(CRITICAL_SECTION)); in tsrm_mutex_alloc()584 mutexp = (pthread_mutex_t *)malloc(sizeof(pthread_mutex_t)); in tsrm_mutex_alloc()
92 newdp = (struct dirent *) malloc(dsize); in php_scandir()
52 filespecw = (wchar_t *)malloc((filespecw_len + 1)*sizeof(wchar_t)); in opendir()171 filespecw = (wchar_t *)malloc((filespecw_len + 1)*sizeof(wchar_t)); in rewinddir()
154 PW32G(log_header) = malloc(header_len*sizeof(char)); in openlog()
188 if ((p = malloc(st.st_size)) == NULL) in main()
Completed in 38 milliseconds