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