mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
Cache_bin: Shouldn't know about tcache.
Instead, have it take the cache_bin_info_ts to use by pointer. While we're here, add a src file for the cache bin.
This commit is contained in:
committed by
David Goldblatt
parent
79f1ee2fc0
commit
909c501b07
@@ -102,6 +102,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
|
||||
$(srcroot)src/bin_info.c \
|
||||
$(srcroot)src/bitmap.c \
|
||||
$(srcroot)src/buf_writer.c \
|
||||
$(srcroot)src/cache_bin.c \
|
||||
$(srcroot)src/ckh.c \
|
||||
$(srcroot)src/counter.c \
|
||||
$(srcroot)src/ctl.c \
|
||||
|
||||
Reference in New Issue
Block a user