Home | History | Annotate | Download | only in alloc

Lines Matching full:bitmap

52     /* The bitmap data, which points to an mmap()ed area of zeroed
62 * the bitmap.
75 * Initialize a HeapBitmap so that it points to a bitmap large
96 * Clean up any resources associated with the bitmap.
106 * Fill the bitmap with zeroes. Returns the bitmap's memory to
120 * end of the bitmap is reached.
140 * in a single bitmap.
159 * have had corresponding bits set in this bitmap.
176 * bitmap could potentially cover, even if a bit has not been set
234 * <obj> is outside of the coverage of the bitmap.
249 * in the appropriate bitmap. Results are undefined if <obj> is not
250 * covered by any bitmap.
266 assert(!"object not covered by any bitmap");