view src/core/ngx_slab.c @ 454:2ff9cff0f469

delete the auto/cc file to create the auto/cc directory
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Oct 2004 15:07:03 +0000
parents 42d11f017717
children f9b9b84a8e18
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */



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