Searched refs:malloc (Results 1 - 12 of 12) sorted by relevance

/httpd/server/
H A Dutil_expr_private.h39 #define YYMALLOC malloc
H A Dutil_expr_parse.c297 /* The parser invokes alloca or malloc; define the necessary symbols. */
308 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
341 && ! ((defined YYMALLOC || defined malloc) \
349 # define YYMALLOC malloc
350 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
352 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
H A Dutil_pcre.c184 * block of store on the stack, to reduce the use of malloc/free. The threshold
217 ovector = (int *)malloc(sizeof(int) * nmatch * 3);
H A Dutil_expr_scan.c2657 return (void *) malloc( size );
H A Dutil.c2968 void *p = malloc(size);
/httpd/server/mpm/winnt/
H A Dservice.c384 service_name = malloc(slen);
416 cmb_data = malloc(mpm_new_argv->nalloc * sizeof(const char *));
432 service_name = malloc(slen);
486 cmb_data = malloc(mpm_new_argv->nalloc * sizeof(const char *));
644 cmb_data = malloc(args->nalloc * sizeof(const char *));
1091 LPWSTR *start_argv_w = malloc((argc + 1) * sizeof(LPCWSTR));
1098 start_argv_w[i] = malloc(wslen * sizeof(WCHAR));
1117 char **start_argv = malloc((argc + 1) * sizeof(const char *));
H A Dmpm_winnt.c39 #include <malloc.h>
580 args = malloc((ap_server_conf->process->argc + 1) * sizeof (char*));
583 args[0] = malloc(strlen(cmd) + 1);
H A Dchild.c41 #include <malloc.h>
/httpd/modules/ssl/
H A Dssl_ct_sct.c214 mem = malloc(avail);
H A Dssl_ct_log_config.c116 unsigned char *val = malloc(len);
/httpd/include/
H A Dhttpd.h2305 * Wrapper for malloc() that calls ap_abort_on_oom() if out of memory
2311 __attribute__((malloc))
2322 __attribute__((malloc))
/httpd/support/
H A Dab.c398 void *ret = malloc(size);

Completed in 109 milliseconds