STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
corecrt_malloc.h File Reference
#include <corecrt.h>

Go to the source code of this file.

Functions

_CRT_BEGIN_C_HEADER _Check_return_ _Ret_maybenull_ _Post_writable_byte_size_ (_Count *_Size) _ACRTIMP _CRTALLOCATOR _CRTRESTRICT void *__cdecl _calloc_base(_In_ size_t _Count
 
_Check_return_ _ACRTIMP int __cdecl _callnewh (_In_ size_t _Size)
 
_Check_return_ _Ret_maybenull_ _Post_writable_byte_size_ (_Size) _ACRTIMP _CRTALLOCATOR void *__cdecl _expand(_Pre_notnull_ void *_Block
 
_ACRTIMP void __cdecl _free_base (_Pre_maybenull_ _Post_invalid_ void *_Block)
 
_ACRTIMP void __cdecl free (_Pre_maybenull_ _Post_invalid_ void *_Block)
 
_Check_return_ _ACRTIMP size_t __cdecl _msize_base (_Pre_notnull_ void *_Block)
 
_Check_return_ _ACRTIMP size_t __cdecl _msize (_Pre_notnull_ void *_Block)
 
 _Success_ (return!=0) _Check_return_ _Ret_maybenull_ _Post_writable_byte_size_(_Size) _ACRTIMP _CRTALLOCATOR _CRTRESTRICT void *__cdecl _realloc_base(_Pre_maybenull_ _Post_invalid_ void *_Block
 
_ACRTIMP void __cdecl _aligned_free (_Pre_maybenull_ _Post_invalid_ void *_Block)
 
_Check_return_ _ACRTIMP size_t __cdecl _aligned_msize (_Pre_notnull_ void *_Block, _In_ size_t _Alignment, _In_ size_t _Offset)
 

Variables

_CRT_BEGIN_C_HEADER _Check_return_ _Ret_maybenull_ _In_ size_t _Size
 
_In_ size_t _Count
 
_Check_return_ _Ret_maybenull_ _In_ size_t _Alignment
 
_Check_return_ _Ret_maybenull_ _In_ size_t _In_ size_t _Offset
 

Function Documentation

_ACRTIMP void __cdecl _aligned_free ( _Pre_maybenull_ _Post_invalid_ void _Block)
_Check_return_ _ACRTIMP size_t __cdecl _aligned_msize ( _Pre_notnull_ void _Block,
_In_ size_t  _Alignment,
_In_ size_t  _Offset 
)
_Check_return_ _ACRTIMP int __cdecl _callnewh ( _In_ size_t  _Size)
_ACRTIMP void __cdecl _free_base ( _Pre_maybenull_ _Post_invalid_ void _Block)
_Check_return_ _ACRTIMP size_t __cdecl _msize ( _Pre_notnull_ void _Block)
_Check_return_ _ACRTIMP size_t __cdecl _msize_base ( _Pre_notnull_ void _Block)
_Check_return_ _Ret_maybenull_ _Post_writable_byte_size_ ( _Count _Size)
_Check_return_ _Ret_maybenull_ _Post_writable_byte_size_ ( _Size  )
_Success_ ( return!  = 0)
_ACRTIMP void __cdecl free ( _Pre_maybenull_ _Post_invalid_ void _Block)

Variable Documentation

unsigned _In_z_ unsigned char const _In_ _Count
_In_ __int64 _Offset