ReactOS 0.4.16-dev-959-g2ec3a19
msize.cpp File Reference
#include <corecrt_internal.h>
#include <malloc.h>
Include dependency graph for msize.cpp:

Go to the source code of this file.

Functions

 __declspec (noinline) size_t __cdecl _msize_base(void *const block) noexcept
 

Function Documentation

◆ __declspec()

__declspec ( noinline  ) const
noexcept

Definition at line 20 of file msize.cpp.

21{
22 // Validation section
23 _VALIDATE_RETURN(block != nullptr, EINVAL, static_cast<size_t>(-1));
24
25 return static_cast<size_t>(HeapSize(__acrt_heap, 0, block));
26}
#define EINVAL
Definition: acclib.h:90
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
HANDLE __acrt_heap
Definition: heap_handle.cpp:15
SIZE_T WINAPI HeapSize(HANDLE, DWORD, LPCVOID)
static unsigned int block
Definition: xmlmemory.c:101