view src/core/ngx_slab.c @ 368:15c84a40e87d

nginx-0.0.7-2004-06-24-20:07:04 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jun 2004 16:07:04 +0000
parents e260514b9ad4
children da8c5707af39
line wrap: on
line source



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


   return NULL;
}