mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 07:28:02 +03:00
Chagne prof_accum_t to counter_accum_t for general purpose.
This commit is contained in:
parent
ea351a7b52
commit
d71a145ec1
14 changed files with 125 additions and 84 deletions
|
|
@ -103,6 +103,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
|
|||
$(srcroot)src/bitmap.c \
|
||||
$(srcroot)src/buf_writer.c \
|
||||
$(srcroot)src/ckh.c \
|
||||
$(srcroot)src/counter.c \
|
||||
$(srcroot)src/ctl.c \
|
||||
$(srcroot)src/div.c \
|
||||
$(srcroot)src/ecache.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue