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.

Home Page:https://memory.foonathan.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory pool allocate

NeilZhy opened this issue · comments

commented

Is there a way to open up a large space in advance and then obtain a continuous space from this space using a method similar to malloc?