Tesseract 3.01
/data/source/tesseract-ocr/cutil/emalloc.h File Reference
#include "host.h"
#include "callcpp.h"

Go to the source code of this file.

Defines

#define NOTENOUGHMEMORY   2000
#define ILLEGALMALLOCREQUEST   2001

Functions

void * Emalloc (size_t Size)
void * Erealloc (void *ptr, size_t size)
void Efree (void *ptr)

Define Documentation

#define ILLEGALMALLOCREQUEST   2001
#define NOTENOUGHMEMORY   2000

---------------------------------------------------------------------------- Include Files and Type Defines ----------------------------------------------------------------------------


Function Documentation

void Efree ( void *  ptr)
void* Emalloc ( size_t  Size)

---------------------------------------------------------------------------- Public Function Prototypes ----------------------------------------------------------------------------

---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------

void* Erealloc ( void *  ptr,
size_t  size 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines