view src/core/ngx_slab.c @ 819:7d365efd704d

we do not need the zero terminated r->uri for a long time
author Igor Sysoev <igor@sysoev.ru>
date Sat, 28 Oct 2006 08:45:01 +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;
}