foonathan / memory

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
https://memory.foonathan.net
zlib License
1.5k stars 195 forks source link

Fix typo in documentation of `array_pool` #149

Closed oberrich closed 1 year ago

foonathan commented 1 year ago

Thanks.