In GitLab by @NicolasDenoyelle on Aug 11, 2020, 13:20
Pros:
- Interface oblivious of implementation
- Allocators do not need manage area options with areas but only (more) areas.
- It becomes possible to duplicate layouts and their pointers without needing area options in function arguments.
Cons:
- Implies modifications to existing code and tests.
- Makes area interface closer to an allocator interface.
In GitLab by @NicolasDenoyelle on Aug 11, 2020, 13:20
Pros:
Cons: