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

Go to the source code of this file.

Functions

_CRT_HYBRIDPATCHABLE __declspec (noinline) _CRTRESTRICT void *__cdecl realloc(void *const block
 

Variables

_CRT_HYBRIDPATCHABLE size_t const size
 

Function Documentation

◆ __declspec()

_CRT_HYBRIDPATCHABLE __declspec ( noinline  ) const

Variable Documentation

◆ size

Initial value:
{
return _realloc_base(block, size)
GLsizeiptr size
Definition: glext.h:5919
static unsigned int block
Definition: xmlmemory.c:101

Definition at line 33 of file realloc.cpp.