dmd.backend.mem

Compiler implementation of the D programming language.

Members

Aliases

mem_fcalloc
alias mem_fcalloc = mem_calloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mem_ffree
alias mem_ffree = mem_free
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mem_fmalloc
alias mem_fmalloc = mem_malloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mem_freefp
alias mem_freefp = mem_free_cpp
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
mem_fstrdup
alias mem_fstrdup = mem_strdup
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

mem_calloc
void* mem_calloc(size_t u)
Undocumented in source. Be warned that the author may not have intended to support it.
mem_fcalloc
void* mem_fcalloc(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mem_ffree
void mem_ffree(void* )
Undocumented in source. Be warned that the author may not have intended to support it.
mem_fmalloc
void* mem_fmalloc(size_t u)
Undocumented in source. Be warned that the author may not have intended to support it.
mem_fmalloc
void* mem_fmalloc(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mem_free
void mem_free(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
mem_free_cpp
void mem_free_cpp(void* )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
mem_fstrdup
char* mem_fstrdup(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mem_malloc
void* mem_malloc(size_t u)
Undocumented in source. Be warned that the author may not have intended to support it.
mem_realloc
void* mem_realloc(void* p, size_t u)
Undocumented in source. Be warned that the author may not have intended to support it.
mem_strdup
char* mem_strdup(char* p)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta