munlock
int munlock(const void* address, size_t length);
result = munlock(space + 2 * B_PAGE_SIZE, B_PAGE_SIZE * 5);
result = munlock(space + 4 * B_PAGE_SIZE, B_PAGE_SIZE * 5);
result = munlock(space, B_PAGE_SIZE * 9);