Hi memory-dev@,
We're now working to make PartitionAlloc library a standalone library (a separate library from //base), and then we need a new namespace which is unique to the new PartitionAlloc library. What namespace name would you recommend?
The current candidates are:
1. partition_allocator
2. partition_alloc
3. pa (acronym of Partition Allocator)
For example, the current ::base::PartitionRoot will be renamed to ::partition_allocator::PartitionRoot.
Other ideas are very welcome, and let us know your recommendations. We'd like to make an agreement on the namespace name on this thread.
Cheers,
Yuki Shiino