AllocatorBuilder
AllocatorBuilder copied to clipboard
Policy Based C++ Allocator Library
Results
5
AllocatorBuilder issues
Sort by
recently updated
recently updated
newest added
Let's imagine, that I have a aligned static buffer in a program (which runs in a process) and I want to initialize a composed allocator (e.g composed of segregator,freelist,bucketizer, fallback)...
A. Alexandrescu added certain methods to the interface of the allocators. They are not implemented so far.