a firstworks project
Rudiments
About Documentation Download Licensing News

Using the memorypool class

The memorypool class provides methods for creating and using a memory pool.

If you have an iterative process that requires variable amounts of memory for each iteration, using a memory pool can perform better than allocating memory on-demand and consume less memory than allocating static buffers that are large enough to accommodate the maximum amount of data you may have to store.

Coming soon...

int main(int argc, const char **argv) {
	// FIXME: example...
}
Copyright 2017 - David Muse - Contact