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

@@ -14,8 +14,7 @@
#include <nxt_clang.h>
#include <nxt_types.h>
#include <nxt_time.h>
typedef struct nxt_mem_pool_s nxt_mem_pool_t;
#include <nxt_mp.h>
#include <nxt_array.h>
typedef struct nxt_port_s nxt_port_t;
@@ -32,8 +31,6 @@ typedef uint16_t nxt_port_id_t;
typedef struct nxt_thread_s nxt_thread_t;
#include <nxt_thread_id.h>
#include <nxt_mem_pool.h>
#include <nxt_errno.h>
#include <nxt_file.h>
@@ -76,9 +73,7 @@ typedef struct {
} nxt_mem_proto_t;
#include <nxt_mp.h>
#include <nxt_mem_zone.h>
#include <nxt_mem_pool_cleanup.h>
#include <nxt_thread_time.h>
typedef struct nxt_event_engine_s nxt_event_engine_t;