Tesseract 3.01
/data/source/tesseract-ocr/ccutil/memryerr.h File Reference
#include "errcode.h"

Go to the source code of this file.

Variables

const ERRCODE MEMTOOBIG = "Memory request too big"
const ERRCODE NOMOREBLOCKS = "Max total memory blocks exceeded"
const ERRCODE NOMOREMEM = "No more memory available from malloc"
const ERRCODE FREENULLPTR = "Attempt to free memory NULL pointer"
const ERRCODE NOTMALLOCMEM = "Attempt to free memory not belonging to memalloc"
const ERRCODE FREEILLEGALPTR = "Pointer or memory corrupted"
const ERRCODE FREEFREEDBLOCK = "Memory block already marked free"
const ERRCODE BADMEMCHUNKS = "Inconsistency in memory chunks"
const ERRCODE BADSTRUCTCOUNT = "Memory incorrect freelist length"
const ERRCODE NEGATIVE_USED_STRUCTS = "Negative number of used memory structures"
const ERRCODE NOTASTRING = "Illegal pointer for memory strfree"

Variable Documentation

const ERRCODE BADMEMCHUNKS = "Inconsistency in memory chunks"
const ERRCODE BADSTRUCTCOUNT = "Memory incorrect freelist length"
const ERRCODE FREEFREEDBLOCK = "Memory block already marked free"
const ERRCODE FREEILLEGALPTR = "Pointer or memory corrupted"
const ERRCODE FREENULLPTR = "Attempt to free memory NULL pointer"
const ERRCODE MEMTOOBIG = "Memory request too big"
const ERRCODE NEGATIVE_USED_STRUCTS = "Negative number of used memory structures"
const ERRCODE NOMOREBLOCKS = "Max total memory blocks exceeded"
const ERRCODE NOMOREMEM = "No more memory available from malloc"
const ERRCODE NOTASTRING = "Illegal pointer for memory strfree"
const ERRCODE NOTMALLOCMEM = "Attempt to free memory not belonging to memalloc"
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines