|
PatchworkOS
321f6ec
A non-POSIX operating system.
|
#include <sys/bitmap.h>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. | |