yu.memory.allocator

Undocumented in source.

Modules

smartgcalloctor
module yu.memory.allocator.smartgcalloctor
Undocumented in source.

Public Imports

std.experimental.allocator
public import std.experimental.allocator;
Undocumented in source.

Members

Aliases

YuAlloctor
alias YuAlloctor = ISharedAllocator
Undocumented in source.
YuAlloctor
alias YuAlloctor = IAllocator
Undocumented in source.

Functions

yDel
void yDel(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
yDel
void yDel(T p)
Undocumented in source. Be warned that the author may not have intended to support it.
yDel
void yDel(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
yNew
auto yNew(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
yNewArray
T[] yNewArray(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
yNewArray
T[] yNewArray(size_t length, T init)
Undocumented in source. Be warned that the author may not have intended to support it.
yNewArray
Unqual!(ElementEncodingType!R)[] yNewArray(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
yNewArray
T[] yNewArray(R range)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

yuAlloctor
YuAlloctor yuAlloctor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
yuAlloctor
void yuAlloctor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta