Destroys and then deallocates an object.
Moves a value to a new GC allocation.
Pure variants of C's memory allocation functions malloc, calloc, and realloc and deallocation function free.
Pure variants of C's memory allocation functions malloc, calloc, and realloc and deallocation function free.
This struct encapsulates all garbage collection functionality for the D programming language.
The size of a system page in bytes.
Copyright Sean Kelly 2005 - 2015.
This module provides an interface to the garbage collector used by applications written in the D programming language. It allows the garbage collector in the runtime to be swapped without affecting binary compatibility of applications.
Using this module is not necessary in typical D code. It is mostly useful when doing low-level memory management.