summaryrefslogtreecommitdiff
path: root/test/test_rdxtree.c
AgeCommit message (Collapse)Author
2013-06-07test_rdxtree: test insert with allocation and slotRichard Braun
2013-06-07test_rdxtree: test insert with slotRichard Braun
2013-06-07test_rdxtree: test insertion on busy keyRichard Braun
2013-06-07rdxtree: encode pointer type in entry addressRichard Braun
Entry addresses are odd if they refer to an internal tree node. This change is required for the upcoming lockless concurrent code.
2013-06-07rdxtree: rename slots to entriesRichard Braun
A slot is actually a pointer to an entry. Improve clarity by using the proper terminology.
2013-06-07test_rdxtree: fix test 5Richard Braun
2012-08-26Slight coding style changeRichard Braun
2012-04-13rdatree: rename to rdxtreeRichard Braun