Polymorphic Allocators for fun & profit
Details
• Was wir unternehmen werden:
Ich werde das neue polymorphic allocator interface (http://en.cppreference.com/w/cpp/header/memory_resource) vorstellen. Wir werden uns anschauen:
- Warum will man einen eigenen allocator - ist new nicht genug?
- Wie sieht ein simpler allocator aus?