]> git.kaiwu.me - nginx.git/commit
Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().
authorRuslan Ermilov <ru@nginx.com>
Wed, 4 Jun 2014 11:09:19 +0000 (15:09 +0400)
committerRuslan Ermilov <ru@nginx.com>
Wed, 4 Jun 2014 11:09:19 +0000 (15:09 +0400)
commit05d717b35d02c493533f6244a85b6c78a59f4272
tree0be8ef3eb996dc2cacb775005e1d7a734a809ae5
parentd1ba20d0c971f4a76fef5ba8d39e757b9a7fa3af
Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().

These functions return zeroed memory, analogous to ngx_pcalloc().
src/core/ngx_slab.c
src/core/ngx_slab.h
src/http/ngx_http_file_cache.c