Using new memory pool implementation.

This commit is contained in:
Igor Sysoev
2017-06-20 19:49:17 +03:00
parent c7ab908c19
commit f888a5310c
72 changed files with 350 additions and 1326 deletions

View File

@@ -66,7 +66,7 @@ struct nxt_port_s {
nxt_port_handler_t handler;
void *data;
nxt_mem_pool_t *mem_pool;
nxt_mp_t *mem_pool;
nxt_buf_t *free_bufs;
nxt_socket_t pair[2];