nginx-quic/src/core/ngx_slab.c

9 lines
81 B
C
Raw Normal View History

2004-06-16 15:36:07 -04:00
void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size)
{
return NULL;
}