diff options
author | Jason Evans <jasone@canonware.com> | 2012-03-27 01:54:44 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-03-27 02:02:49 (GMT) |
commit | d4be8b7b6ee2e21d079180455d4ccbf45cc1cee7 (patch) | |
tree | a03c952f7409b34fbe75249dccb211dec03bd036 /Makefile.in | |
parent | fd4fcefa004e04ea8672b11e280a6ced16c38dd2 (diff) | |
download | jemalloc-d4be8b7b6ee2e21d079180455d4ccbf45cc1cee7.zip jemalloc-d4be8b7b6ee2e21d079180455d4ccbf45cc1cee7.tar.gz jemalloc-d4be8b7b6ee2e21d079180455d4ccbf45cc1cee7.tar.bz2 |
Add the "thread.tcache.enabled" mallctl.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 494ac9a..821c063 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,8 @@ DOCS_MAN3 := $(DOCS_XML:@objroot@%.xml=@srcroot@%.3) DOCS := $(DOCS_HTML) $(DOCS_MAN3) CTESTS := @srcroot@test/aligned_alloc.c @srcroot@test/allocated.c \ @srcroot@test/bitmap.c @srcroot@test/mremap.c \ - @srcroot@test/posix_memalign.c @srcroot@test/thread_arena.c + @srcroot@test/posix_memalign.c @srcroot@test/thread_arena.c \ + @srcroot@test/thread_tcache_enabled.c ifeq (@enable_experimental@, 1) CTESTS += @srcroot@test/allocm.c @srcroot@test/rallocm.c endif |