reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
729 region->allocated_meta + new_chunks_count * kMetadataSize; 762 region->allocated_meta += new_chunks_count * kMetadataSize; 763 CHECK_LE(region->allocated_meta, region->mapped_meta);