|
|
Memory allocator for large groups of small objects. This should be used for large groups of objects that are created and destroyed together. When used carefully for this purpose it is faster and more memory efficient than malloc.
|
Create a ZoneAllocator
Parameters:
~ |
Destruct the ZoneAllocator and free all memory allocated by it.
void* |
Allocate a memory block.
Parameters:
long |
[protected]
QList<char> |
[protected]
char * |
[protected]
long |
[protected]