BITMAP_RELEASE_REGION

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

bitmap_release_region - release allocated bitmap region  

SYNOPSIS

"SYNOPSIS"

void bitmap_release_region (unsigned long * bitmap, int pos, int order);  

ARGUMENTS

bitmap
a pointer to the bitmap
pos
the beginning of the region
order
the order of the bits to release (number is 1<<order)
 

DESCRIPTION

This is the complement to __bitmap_find_free_region and releases the found region (by clearing it in the bitmap).


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:01:58 GMT, October 09, 2005