summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2021-01-04 18:40:27 -0800
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2021-02-19 15:10:54 -0800
commitf47b4c2cd8ed3e843b987ee972d187df45391b69 (patch)
tree6fb329e44a262e7619da346b83d5a5c76a98d7da /Makefile.in
parent4b8870c7dbfaeea7136a8e0b9f93a2ad85d31a55 (diff)
downloadjemalloc-f47b4c2cd8ed3e843b987ee972d187df45391b69.tar.gz
PAI/SEC: Add a dalloc_batch function.
This lets the SEC flush all of its items in a single call, rather than flushing everything at once.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 40c41442..11a553b0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -132,6 +132,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/nstime.c \
$(srcroot)src/pa.c \
$(srcroot)src/pa_extra.c \
+ $(srcroot)src/pai.c \
$(srcroot)src/pac.c \
$(srcroot)src/pages.c \
$(srcroot)src/peak_event.c \