#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 |
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 |
const ERRCODE | NOTASTRING = "Illegal pointer for memory strfree" |
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 NEGATIVE_USED_STRUCTS |
"Negative number of used memory structures"
const ERRCODE NOMOREBLOCKS = "Max total memory blocks exceeded" |
const ERRCODE NOTASTRING = "Illegal pointer for memory strfree" |
const ERRCODE NOTMALLOCMEM |
"Attempt to free memory not belonging to memalloc"