std.outofmemory
Copyright:
Placed into public domain. www.digitalmars.com
Functions
void
_d_OutOfMemory
()
Classes
OutOfMemoryException
:
Exception
This exception is thrown when out of memory errors happen.
Super hierarchy:
Object
->
Exception
->
OutOfMemoryException
Fields
static
s
:
char
[]
Constructors
this
()
Default constructor
Methods
char
[]
toString
()
Inherited methods
from
Object
:
factory
,
notifyRegister
,
notifyUnRegister
,
opCmp
,
opEquals
,
print
,
toHash
,
toString
from
Exception
:
print
,
toString