view src/core/ngx_slab.c @ 416:b9bd635011de

nginx-0.0.10-2004-09-06-22:45:00 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Sep 2004 18:45:00 +0000
parents e260514b9ad4
children da8c5707af39
line wrap: on
line source



void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size)
{


   return NULL;
}