Searched refs:bitmap_bytes (Results 1 – 4 of 4) sorted by relevance
49 size_t SpaceBitmap<kAlignment>::ComputeHeapSize(uint64_t bitmap_bytes) { in ComputeHeapSize() argument50 return bitmap_bytes * kBitsPerByte * kAlignment; in ComputeHeapSize()
215 static size_t ComputeHeapSize(uint64_t bitmap_bytes);
128 const size_t bitmap_bytes = image_bitmap_.Size(); in Generate() local131 RoundUp(bitmap_bytes, kPageSize)); in Generate()
2687 const size_t bitmap_bytes = image_info.image_bitmap_.Size(); in CreateHeader() local2689 *bitmap_section = ImageSection(RoundUp(image_end, kPageSize), RoundUp(bitmap_bytes, kPageSize)); in CreateHeader()