Tesseract
3.02
|
Go to the source code of this file.
Functions | |
void * | Emalloc (size_t Size) |
void * | Erealloc (void *ptr, size_t size) |
void | Efree (void *ptr) |
void Efree | ( | void * | ptr | ) |
Definition at line 85 of file emalloc.cpp.
void* Emalloc | ( | size_t | Size | ) |
Definition at line 35 of file emalloc.cpp.
void* Erealloc | ( | void * | ptr, |
size_t | size | ||
) |
Definition at line 70 of file emalloc.cpp.