aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_slab.c
blob: 93d7565f60c2adf909c6f33c3470eebe07fe83f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (C) 2002-2004 Igor Sysoev
 */



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