dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Mem
dmd
root
rmem
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++)
struct
Mem {
static
void
*
check
(void* p);
__gshared
bool
_isGCEnabled
;
enum
_pIsGCEnabled
;
}
Members
Static functions
check
void
*
check
(void* p)
Check p for null. If it is, issue out of memory error and exit program.
Meta
Source
See Implementation
dmd
root
rmem
functions
arraydup
pureCalloc
pureFree
pureMalloc
pureRealloc
xarraydup
structs
Mem