diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-05-30 17:45:37 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-05-31 20:08:45 (GMT) |
commit | 8261e581be517f4fe193ead2c9b662717d9ca5e0 (patch) | |
tree | 4dbd5e4a2f434e23d29494c6f7821eedd44b3b78 /Makefile.in | |
parent | 041e041e1f23a03d1019330c8401a01285feb44f (diff) | |
download | jemalloc-8261e581be517f4fe193ead2c9b662717d9ca5e0.zip jemalloc-8261e581be517f4fe193ead2c9b662717d9ca5e0.tar.gz jemalloc-8261e581be517f4fe193ead2c9b662717d9ca5e0.tar.bz2 |
Header refactoring: Pull size helpers out of jemalloc module.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 868bf8c..fec1397 100644 --- a/Makefile.in +++ b/Makefile.in @@ -112,6 +112,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \ $(srcroot)src/rtree.c \ $(srcroot)src/stats.c \ $(srcroot)src/spin.c \ + $(srcroot)src/sz.c \ $(srcroot)src/tcache.c \ $(srcroot)src/ticker.c \ $(srcroot)src/tsd.c \ |