summaryrefslogtreecommitdiff
path: root/include/ouroboros/bitmap.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add bitmap testSander Vrijders2016-03-091-8/+8
| | | | | This adds a test for the bitmap. During the testing I also removed some bugs that were present in the bitmap implementation.
* include: Add bitmap implementationSander Vrijders2016-02-171-0/+41
This adds a bitmap implementation loosely based on the one found in the Linux kernel. The functions in the header file actually act as a wrapper around the actual bitmap implementation for portability reasons.