nulib.system.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

Authors

Iain Buclaw