Searched refs:ILLEGALMALLOCREQUEST (Results 1 – 2 of 2) sorted by relevance
57 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()
28 #define ILLEGALMALLOCREQUEST 2001 macro