mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Add the Seq module, a simple seqlock implementation.
This allows fast reader-writer concurrency in cases where writers are rare. The immediate use case is for the hooking implementaiton.
This commit is contained in:
committed by
David Goldblatt
parent
c7a87e0e0b
commit
06a8c40b36
@@ -197,6 +197,7 @@ TESTS_UNIT := \
|
||||
$(srcroot)test/unit/rb.c \
|
||||
$(srcroot)test/unit/retained.c \
|
||||
$(srcroot)test/unit/rtree.c \
|
||||
$(srcroot)test/unit/seq.c \
|
||||
$(srcroot)test/unit/SFMT.c \
|
||||
$(srcroot)test/unit/size_classes.c \
|
||||
$(srcroot)test/unit/slab.c \
|
||||
|
||||
Reference in New Issue
Block a user