ReactOS
0.4.16-dev-822-gbcedb53
heap.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS Console Server DLL
4
* FILE: win32ss/user/winsrv/consrv/heap.h
5
* PURPOSE: Heap Helpers
6
* PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7
*/
8
9
#pragma once
10
11
/* See init.c */
12
extern
HANDLE
ConSrvHeap
;
13
14
#define ConsoleAllocHeap(Flags, Size) RtlAllocateHeap(ConSrvHeap, Flags, Size)
15
#define ConsoleFreeHeap(HeapBase) RtlFreeHeap(ConSrvHeap, 0, HeapBase)
void
Definition:
nsiface.idl:2307
ConSrvHeap
HANDLE ConSrvHeap
Definition:
init.c:24
win32ss
user
winsrv
consrv
heap.h
Generated on Mon Mar 17 2025 06:16:43 for ReactOS by
1.9.6