index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
ngx_slab.c
blob: dad7265303214f8ce6a50403a15e6cfc7954c21c (
plain
)
1
2
3
4
5
6
7
8
void
*
ngx_slab_alloc
(
ngx_slab_pool_t
*
pool
,
size_t
size
)
{
return
NULL
;
}