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

Go to the source code of this file.

Functions

_CRT_HYBRIDPATCHABLE __declspec (noinline) void __cdecl free(void *const block)
 

Function Documentation

◆ __declspec()

_CRT_HYBRIDPATCHABLE __declspec ( noinline  ) const

Definition at line 18 of file free.cpp.

19{
20 // Some libraries that hook memory allocation routines (such as libtcmalloc)
21 // look for an appropriate place inside free to place a patch to its version
22 // of free. Without these extra instructions padding the call to _free_base,
23 // some libraries may choose to insert this patch in _free_base instead.
24 volatile int extra_instructions_for_patching_libraries = 0;
25 (void) extra_instructions_for_patching_libraries;
26
27 #ifdef _DEBUG
29 #else
31 #endif
32}
_ACRTIMP void __cdecl _free_base(_Pre_maybenull_ _Post_invalid_ void *_Block)
#define _free_dbg(p, t)
Definition: crtdbg.h:209
#define _NORMAL_BLOCK
Definition: crtdbg.h:67
static unsigned int block
Definition: xmlmemory.c:101