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

Go to the source code of this file.

Functions

static __forceinline HANDLE __cdecl select_heap (void *const block)
 

Variables

void __declspec (noinline) __cdecl _free_base(void *const block)
 

Function Documentation

◆ select_heap()

static __forceinline HANDLE __cdecl select_heap ( void *const  block)
static

Definition at line 80 of file free_base.cpp.

81 {
83
84 return __acrt_heap;
85 }
HANDLE __acrt_heap
Definition: heap_handle.cpp:15
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:325
static unsigned int block
Definition: xmlmemory.c:101

Variable Documentation

◆ __declspec