PatchworkOS  321f6ec
A non-POSIX operating system.
Loading...
Searching...
No Matches
bitmap_find_first_clear.c File Reference
#include <sys/bitmap.h>
Include dependency graph for bitmap_find_first_clear.c:

Go to the source code of this file.

Functions

uint64_t bitmap_find_first_clear (bitmap_t *map, uint64_t startIdx, uint64_t endIdx)
 Find the first clear bit in the bitmap.