Searched refs:bitmap_bytes (Results 1 – 4 of 4) sorted by relevance
38 size_t SpaceBitmap<kAlignment>::ComputeHeapSize(uint64_t bitmap_bytes) { in ComputeHeapSize() argument39 return bitmap_bytes * kBitsPerByte * kAlignment; in ComputeHeapSize()
194 static size_t ComputeHeapSize(uint64_t bitmap_bytes);
1509 stats_.bitmap_bytes += bitmap_section.Size(); in Dump()1896 size_t bitmap_bytes; member1926 bitmap_bytes(0), in Stats()2101 bitmap_bytes, PercentOfFileBytes(bitmap_bytes), in Dump()2107 bitmap_bytes + alignment_bytes); in Dump()
1506 const size_t bitmap_bytes = image_info.image_bitmap_->Size(); in CreateHeader() local1508 *bitmap_section = ImageSection(RoundUp(image_end, kPageSize), RoundUp(bitmap_bytes, kPageSize)); in CreateHeader()