index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
ngx_slab.c
blob: dad7265303214f8ce6a50403a15e6cfc7954c21c (
plain
) (
blame
)
1
2
3
4
5
6
7
8
void
*
ngx_slab_alloc
(
ngx_slab_pool_t
*
pool
,
size_t
size
)
{
return
NULL
;
}