diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-06-20 19:49:17 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-06-20 19:49:17 +0300 |
commit | f888a5310c1808902b4035ca3454b62bc5cf4434 (patch) | |
tree | 7425e11cdba27420d21468b0f79787834bd3c498 /auto | |
parent | c7ab908c19242a5ddd0233e123e8c2be210b3c02 (diff) | |
download | unit-f888a5310c1808902b4035ca3454b62bc5cf4434.tar.gz unit-f888a5310c1808902b4035ca3454b62bc5cf4434.tar.bz2 |
Using new memory pool implementation.
Diffstat (limited to 'auto')
-rw-r--r-- | auto/sources | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/auto/sources b/auto/sources index c86506f8..ecf116b4 100644 --- a/auto/sources +++ b/auto/sources @@ -30,8 +30,6 @@ NXT_LIB_DEPS=" \ src/nxt_utf8.h \ src/nxt_unicode_lowcase.h \ src/nxt_parse.h \ - src/nxt_mem_pool.h \ - src/nxt_mem_pool_cleanup.h \ src/nxt_mp.h \ src/nxt_mem_zone.h \ src/nxt_sprintf.h \ @@ -94,8 +92,6 @@ NXT_LIB_SRCS=" \ src/nxt_random.c \ src/nxt_queue.c \ src/nxt_rbtree.c \ - src/nxt_mem_pool.c \ - src/nxt_mem_pool_cleanup.c \ src/nxt_mp.c \ src/nxt_mem_zone.c \ src/nxt_string.c \ @@ -107,7 +103,6 @@ NXT_LIB_SRCS=" \ src/nxt_djb_hash.c \ src/nxt_murmur_hash.c \ src/nxt_lvlhsh.c \ - src/nxt_lvlhsh_pool.c \ src/nxt_array.c \ src/nxt_vector.c \ src/nxt_list.c \ @@ -158,6 +153,9 @@ NXT_LIB_SRC0=" \ src/nxt_http_chunk_parse.c \ src/nxt_fastcgi_source.c \ src/nxt_fastcgi_record_parse.c \ +\ + src/nxt_mem_pool_cleanup.h \ + src/nxt_mem_pool_cleanup.c \ " NXT_LIB_THREAD_DEPS=" \ |