Searched refs:gptcf (Results 1 – 1 of 1) sorted by relevance
69 ngx_google_perftools_conf_t *gptcf; in ngx_google_perftools_create_conf() local71 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() local92 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()