win32.stdc.malloc

* D header file for Windows malloc.h.

Translated from MinGW Windows headers

Members

Functions

_aligned_free
void _aligned_free(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_aligned_malloc
void* _aligned_malloc(size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_aligned_offset_malloc
void* _aligned_offset_malloc(size_t , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_aligned_offset_realloc
void* _aligned_offset_realloc(void* , size_t , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_aligned_offset_recalloc
void* _aligned_offset_recalloc(void* , size_t , size_t , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_aligned_realloc
void* _aligned_realloc(void* , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_aligned_recalloc
void* _aligned_recalloc(void* , size_t , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_recalloc
void* _recalloc(void* , size_t , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Source

See Source File
core/sys/windows/stdc/malloc.d Automatically imported and edited from the druntime module core.sys.windows.stdc.malloc for the auto-generated win32 package.

Authors

Iain Buclaw