|
tesseract
3.03
|
Go to the source code of this file.
Functions | |
| char * | alloc_string (inT32 count) |
| void | free_string (char *string) |
| void * | alloc_struct (inT32 count, const char *name=NULL) |
| void | free_struct (void *deadstruct, inT32, const char *name=NULL) |
| void * | alloc_mem (inT32 count) |
| void * | alloc_big_zeros (inT32 count) |
| void | free_mem (void *oldchunk) |
| void | free_big_mem (void *oldchunk) |
| void* alloc_big_zeros | ( | inT32 | count | ) |
| char* alloc_string | ( | inT32 | count | ) |
| void* alloc_struct | ( | inT32 | count, |
| const char * | name = NULL |
||
| ) |
| void free_big_mem | ( | void * | oldchunk | ) |
| void free_string | ( | char * | string | ) |
| void free_struct | ( | void * | deadstruct, |
| inT32 | , | ||
| const char * | name = NULL |
||
| ) |