mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 00:53:34 +03:00
Fix fork()-related lock rank ordering reversals.
This commit is contained in:
parent
0d970a054e
commit
174c0c3a9c
11 changed files with 188 additions and 44 deletions
|
|
@ -141,6 +141,7 @@ TESTS_UNIT := \
|
|||
$(srcroot)test/unit/bitmap.c \
|
||||
$(srcroot)test/unit/ckh.c \
|
||||
$(srcroot)test/unit/decay.c \
|
||||
$(srcroot)test/unit/fork.c \
|
||||
$(srcroot)test/unit/hash.c \
|
||||
$(srcroot)test/unit/junk.c \
|
||||
$(srcroot)test/unit/junk_alloc.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue