view src/core/ngx_slab.c @ 827:0444286b860a

style fix
author Igor Sysoev <igor@sysoev.ru>
date Sat, 28 Oct 2006 14:36:44 +0000
parents 4390fcad6628
children 201d017ea470
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */



void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size)
{
   return NULL;
}