tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
OutOfMemoryError
tanya
memory
allocator
Error thrown if memory allocation fails.
final
class
OutOfMemoryError : Error {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
this
(string msg, Throwable next, string file, size_t line)
Constructs new error.
Meta
Source
See Implementation
tanya
memory
allocator
classes
OutOfMemoryError
functions
alignedSize
dispose
finalize
make
onOutOfMemoryError
resize
interfaces
Allocator
mixin templates
DefaultAllocator
properties
defaultAllocator
templates
GetPureInstance
variables
allocator
Error thrown if memory allocation fails.