#include <chunkallocator.h>
Collaboration diagram for chunkallocator:

Definition at line 70 of file chunkallocator.h.
Data Fields | |
| size_t | binsize |
| size_t | allocated |
| size_t | deallocated |
| unsigned char ** | nextdealloc |
| unsigned char * | nextfree |
| chunkblock * | cblock |
| chunkblock * | memblocks |
|
|
The number of currently allocated bins. Definition at line 73 of file chunkallocator.h. |
|
|
The size of the bins. Definition at line 72 of file chunkallocator.h. |
|
|
Pointer to currently used chunkblock. Definition at line 78 of file chunkallocator.h. |
|
|
The number of the currently deallocated bins. Definition at line 74 of file chunkallocator.h. |
|
|
Array of chunkblocks. Definition at line 79 of file chunkallocator.h. |
|
|
Pointer to the first deallocated bin. Definition at line 76 of file chunkallocator.h. |
|
|
Pointer to the next free bin. Definition at line 77 of file chunkallocator.h. |
1.2.18