Go to the source code of this file.
Functions | |
struct BucketAlloc * | createBucketAlloc (TESSalloc *alloc, const char *name, unsigned int itemSize, unsigned int bucketSize) |
void * | bucketAlloc (struct BucketAlloc *ba) |
void | bucketFree (struct BucketAlloc *ba, void *ptr) |
void | deleteBucketAlloc (struct BucketAlloc *ba) |
struct BucketAlloc* createBucketAlloc | ( | TESSalloc * | alloc, | |
const char * | name, | |||
unsigned int | itemSize, | |||
unsigned int | bucketSize | |||
) | [read] |
void* bucketAlloc | ( | struct BucketAlloc * | ba | ) |
void bucketFree | ( | struct BucketAlloc * | ba, | |
void * | ptr | |||
) |
void deleteBucketAlloc | ( | struct BucketAlloc * | ba | ) |