diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-06-19 16:26:19 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-06-19 16:26:19 +0300 |
commit | b1b9f621a44725509aa7b6eab7305542945893a3 (patch) | |
tree | c9925a19d7304f52d9d5e2cc87a5ba5cc72acd4a /auto/sources | |
parent | 7574c64992b98d3dfbc3dd101bd0f7d78bad0823 (diff) | |
download | unit-b1b9f621a44725509aa7b6eab7305542945893a3.tar.gz unit-b1b9f621a44725509aa7b6eab7305542945893a3.tar.bz2 |
Memory pools refactoring.
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/sources b/auto/sources index db61b723..c86506f8 100644 --- a/auto/sources +++ b/auto/sources @@ -32,7 +32,7 @@ NXT_LIB_DEPS=" \ src/nxt_parse.h \ src/nxt_mem_pool.h \ src/nxt_mem_pool_cleanup.h \ - src/nxt_mem_cache_pool.h \ + src/nxt_mp.h \ src/nxt_mem_zone.h \ src/nxt_sprintf.h \ src/nxt_file_name.h \ @@ -96,7 +96,7 @@ NXT_LIB_SRCS=" \ src/nxt_rbtree.c \ src/nxt_mem_pool.c \ src/nxt_mem_pool_cleanup.c \ - src/nxt_mem_cache_pool.c \ + src/nxt_mp.c \ src/nxt_mem_zone.c \ src/nxt_string.c \ src/nxt_utf8.c \ @@ -210,7 +210,7 @@ NXT_LIB_UNIT_TEST_SRCS=" \ test/nxt_rbtree_unit_test.c \ test/nxt_term_parse_unit_test.c \ test/nxt_msec_diff_unit_test.c \ - test/nxt_mem_cache_pool_unit_test.c \ + test/nxt_mp_unit_test.c \ test/nxt_mem_zone_unit_test.c \ test/nxt_lvlhsh_unit_test.c \ test/nxt_gmtime_unit_test.c \ |