Home
last modified time | relevance | path

Searched refs:gptcf (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/misc/
H A Dngx_google_perftools_module.c69 ngx_google_perftools_conf_t *gptcf; in ngx_google_perftools_create_conf() local
71 gptcf = ngx_pcalloc(cycle->pool, sizeof(ngx_google_perftools_conf_t)); in ngx_google_perftools_create_conf()
72 if (gptcf == NULL) { in ngx_google_perftools_create_conf()
82 return gptcf; in ngx_google_perftools_create_conf()
90 ngx_google_perftools_conf_t *gptcf; in ngx_google_perftools_worker() local
92 gptcf = (ngx_google_perftools_conf_t *) in ngx_google_perftools_worker()
95 if (gptcf->profiles.len == 0) { in ngx_google_perftools_worker()
99 profile = ngx_alloc(gptcf->profiles.len + NGX_INT_T_LEN + 2, cycle->log); in ngx_google_perftools_worker()
109 ngx_sprintf(profile, "%V.%d%Z", &gptcf->profiles, ngx_pid); in ngx_google_perftools_worker()