view src/core/ngx_slab.c @ 378:b7d3625c9336

nginx-0.0.7-2004-07-05-23:53:02 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2004 19:53:02 +0000
parents e260514b9ad4
children da8c5707af39
line wrap: on
line source



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


   return NULL;
}