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

Go to the source code of this file.

Functions

uint64_t bitmap_find_clear_region_and_set (bitmap_t *map, uint64_t minIdx, uintptr_t maxIdx, uint64_t length, uint64_t alignment)
 Find a clear region of specified length and alignment, and set it.