gptcf              68 misc/ngx_google_perftools_module.c     ngx_google_perftools_conf_t  *gptcf;
gptcf              70 misc/ngx_google_perftools_module.c     gptcf = ngx_pcalloc(cycle->pool, sizeof(ngx_google_perftools_conf_t));
gptcf              71 misc/ngx_google_perftools_module.c     if (gptcf == NULL) {
gptcf              81 misc/ngx_google_perftools_module.c     return gptcf;
gptcf              89 misc/ngx_google_perftools_module.c     ngx_google_perftools_conf_t  *gptcf;
gptcf              91 misc/ngx_google_perftools_module.c     gptcf = (ngx_google_perftools_conf_t *)
gptcf              94 misc/ngx_google_perftools_module.c     if (gptcf->profiles.len == 0) {
gptcf              98 misc/ngx_google_perftools_module.c     profile = ngx_alloc(gptcf->profiles.len + NGX_INT_T_LEN + 2, cycle->log);
gptcf             108 misc/ngx_google_perftools_module.c     ngx_sprintf(profile, "%V.%d%Z", &gptcf->profiles, ngx_pid);