tagion.betterC.utils.Memory

Undocumented in source.

Members

Enums

SECP256K1
enum SECP256K1
Undocumented in source.

Functions

create
T create(size_t size, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
create
void create(T data, size_t size, string file, size_t line)
Undocumented in source.
create
void create(U[] data, const(U[]) src, string file, size_t line)
Undocumented in source.
create
T* create(Args args, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
create
T create(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose(T die, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose(T die, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
memcpy_wrapper
void memcpy_wrapper(T desination, T source)
Undocumented in source. Be warned that the author may not have intended to support it.
randomize
bool randomize(immutable(ubyte[]) seed)
Undocumented in source.
resize
void resize(T data, size_t len, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

memalloc_format
enum memalloc_format;
Undocumented in source.
memfree_format
enum memfree_format;
Undocumented in source.
mempos_format
enum mempos_format;
Undocumented in source.

Static variables

block
uint block;
Undocumented in source.
memalloc_trace
auto memalloc_trace;
Undocumented in source.
memfree_trace
auto memfree_trace;
Undocumented in source.
mempos
auto mempos;
Undocumented in source.

Meta