Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
metaspace.cpp has grown unwieldy over time. It would make sense to split it into multiple parts. - Move SpaceManager, VirtualSpaceManager and ChunkManager to their repective own headers and expose them, as Coleen suggested - This makes it possible to remove the remaining test coding from metaspace.cpp and make them proper gtests. - It would also make sense to extract and if possible unify/simplify common coding handling ChunkIndex enums and chunk geometry.
|