Home | History | Annotate | Download | only in src

Lines Matching refs:number

166 // Bitmap is a sequence of cells each containing fixed number of bits.
791 // After calling this we can allocate a certain number of bytes using only
1203 // The 'capacity' of a space is the number of object-area bytes (i.e., not
1205 // of a space is the number of allocated bytes, the 'waste' in the space is
1206 // the number of bytes that are not allocated and not available to
1209 // 'available' is the number of unallocated bytes that are not waste. The
1356 // Return the number of bytes available on the free list.
1361 // number of bytes that have been lost due to internal fragmentation by
1369 // number of bytes lost to fragmentation is returned in the output parameter
1458 // linear in the number of objects in the page. It may be slow.
1507 // Allocate the requested number of bytes in the space if possible, return a
1616 // Returns the number of total pages in this space.
1654 // The number of free bytes which could be reclaimed by advancing the
1659 // Expands the space by allocating a fixed number of pages. Returns false if
1660 // it cannot allocate requested number of pages from OS, or if the hard heap
1679 int number() const { return number_; }
2540 int page_count_; // number of chunks