Y
Hacker News
new
|
ask
|
show
|
jobs
by
catnaroek
3754 days ago
I don't write allocators myself, but Boost has a pool allocator library [
http://www.boost.org/doc/libs/1_60_0/libs/pool/doc/html/inde...
], which conforms to the Allocator concept defined in the standard library [
http://en.cppreference.com/w/cpp/concept/Allocator
].
1 comments
optforfon
3754 days ago
Thank you
link