Searched refs:bitmap_bytes (Results 1 – 4 of 4) sorted by relevance
46 size_t SpaceBitmap<kAlignment>::ComputeHeapSize(uint64_t bitmap_bytes) { in ComputeHeapSize() argument47 return bitmap_bytes * kBitsPerByte * kAlignment; in ComputeHeapSize()
220 static size_t ComputeHeapSize(uint64_t bitmap_bytes);
2029 stats_.bitmap_bytes += bitmap_section.Size(); in Dump()2456 size_t bitmap_bytes = 0u; member2644 bitmap_bytes, PercentOfFileBytes(bitmap_bytes), in Dump()2650 sro_offset_bytes + metadata_bytes + bitmap_bytes + alignment_bytes); in Dump()
2682 const size_t bitmap_bytes = image_info.image_bitmap_->Size(); in CreateHeader() local2684 *bitmap_section = ImageSection(RoundUp(image_end, kPageSize), RoundUp(bitmap_bytes, kPageSize)); in CreateHeader()