FreePOOMA
2.4.1
|
A class for maintaining a large chunks of memory and handing out small blocks very quickly. More...
Classes | |
class | Pool |
A Pool maintains a set of page-sized chunks of memory, and hands out small blocks very quickly. More... | |
struct | Pool::Link |
A class for maintaining a large chunks of memory and handing out small blocks very quickly.
Intended to be used in new and delete operators of small classes.