|
tesseract 3.04.01
|
Go to the source code of this file.
Functions | |
| MICROFEATURE | NewMicroFeature () |
| void | FreeMicroFeatures (MICROFEATURES MicroFeatures) |
| void FreeMicroFeatures | ( | MICROFEATURES | MicroFeatures | ) |
This routine deallocates all of the memory consumed by a list of micro-features.
| MicroFeatures | list of micro-features to be freed |
Definition at line 48 of file mfdefs.cpp.
{
destroy_nodes(MicroFeatures, Efree);
} /* FreeMicroFeatures */
| MICROFEATURE NewMicroFeature | ( | ) |
This routine allocates and returns a new micro-feature data structure.
Definition at line 35 of file mfdefs.cpp.
{
return ((MICROFEATURE) Emalloc (sizeof (MFBLOCK)));
} /* NewMicroFeature */