Sign in
nginx
/
nginx
/
debb8a42db100ed27e92cd8126b93844c8f9b3a8
/
.
/
src
/
core
/
ngx_slab.c
blob: 7b23d3c1486fd7bed784d8e486dd97ae7ec48420 [
file
] [
log
] [
blame
]
/*
* Copyright (C) Igor Sysoev
*/
void
*
ngx_slab_alloc
(
ngx_slab_pool_t
*
pool
,
size_t
size
)
{
return
NULL
;
}