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

Go to the source code of this file.

Functions

_CRT_HYBRIDPATCHABLE __declspec (noinline) _CRTRESTRICT void *__cdecl malloc(size_t const size)
 

Function Documentation

◆ __declspec()

_CRT_HYBRIDPATCHABLE __declspec ( noinline  ) const

Definition at line 20 of file malloc.cpp.

21{
22 #ifdef _DEBUG
23 return _malloc_dbg(size, _NORMAL_BLOCK, nullptr, 0);
24 #else
25 return _malloc_base(size);
26 #endif
27}
#define _malloc_dbg(s, t, f, l)
Definition: crtdbg.h:204
#define _NORMAL_BLOCK
Definition: crtdbg.h:67
GLsizeiptr size
Definition: glext.h:5919