Sign in
nginx
/
nginx
/
bb28b6d3a455c20077a7e2d7319c24e484694a72
/
.
/
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
;
}