mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Safety checks: Indirect through a function.
This will let us share code on failure pathways.pathways
This commit is contained in:
parent
f95a88fcd9
commit
b92c9a1a81
4 changed files with 20 additions and 1 deletions
|
|
@ -117,6 +117,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
|
|||
$(srcroot)src/prng.c \
|
||||
$(srcroot)src/prof.c \
|
||||
$(srcroot)src/rtree.c \
|
||||
$(srcroot)src/safety_check.c \
|
||||
$(srcroot)src/stats.c \
|
||||
$(srcroot)src/sc.c \
|
||||
$(srcroot)src/sz.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue