Sign in
nginx
/
nginx
/
0d9da9b6c3c4842eade3034e6e1f3ea140d08d6d
/
.
/
src
/
core
/
ngx_slab.c
blob: dad7265303214f8ce6a50403a15e6cfc7954c21c [
file
] [
log
] [
blame
]
void
*
ngx_slab_alloc
(
ngx_slab_pool_t
*
pool
,
size_t
size
)
{
return
NULL
;
}