mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 07:28:02 +03:00
Make buffered writer an independent module
This commit is contained in:
parent
6b6b4709b3
commit
6d8e616902
13 changed files with 76 additions and 57 deletions
|
|
@ -101,6 +101,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
|
|||
$(srcroot)src/bin.c \
|
||||
$(srcroot)src/bin_info.c \
|
||||
$(srcroot)src/bitmap.c \
|
||||
$(srcroot)src/buf_writer.c \
|
||||
$(srcroot)src/ckh.c \
|
||||
$(srcroot)src/ctl.c \
|
||||
$(srcroot)src/div.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue