aboutsummaryrefslogtreecommitdiff
path: root/bitmapped_patricia_tree.c
Commit message (Expand)AuthorAgeFilesLines
* Add public function bpt_for_mappings.Matthias Andreas Benkard2012-01-211-8/+51
* Fix a memory leak.Matthias Andreas Benkard2011-12-071-1/+2
* Fix two minor bugs in the BPT implementation.Matthias Andreas Benkard2011-12-071-4/+2
* Use long long variants of GCC's built-in procedures, just to be safe.Matthias Andreas Benkard2011-12-071-3/+3
* Add the option of configuring the BPT key and bitmask sizes.Matthias Andreas Benkard2011-12-071-1/+2
* Use GCC-specific atomic memory access primitives for reference counting.Matthias Andreas Benkard2011-09-011-2/+2
* Rename bpt_leaf.release_hook -> bpt_leaf.dealloc_hook.Matthias Andreas Benkard2011-09-011-9/+9
* Initial commit.Matthias Andreas Benkard2011-08-311-0/+479