Home
last modified time | relevance | path

Searched refs:ILLEGALMALLOCREQUEST (Results 1 – 2 of 2) sorted by relevance

/external/tesseract/cutil/
Demalloc.cpp57 DoError (ILLEGALMALLOCREQUEST, "Illegal malloc request size"); in Emalloc()
74 DoError (ILLEGALMALLOCREQUEST, "Illegal realloc request size"); in Erealloc()
87 DoError (ILLEGALMALLOCREQUEST, "Attempted to free NULL ptr"); in Efree()
Demalloc.h28 #define ILLEGALMALLOCREQUEST 2001 macro