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; }