ReactOS 0.4.16-dev-822-gbcedb53
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID NTAPI | RtlpAddHeapToProcessList (PHEAP Heap) |
VOID NTAPI | RtlpRemoveHeapFromProcessList (PHEAP Heap) |
VOID NTAPI | RtlInitializeHeapManager (VOID) |
ULONG NTAPI | RtlGetProcessHeaps (_In_ ULONG HeapCount, _Out_cap_(HeapCount) HANDLE *HeapArray) |
Variables | |
RTL_CRITICAL_SECTION | RtlpProcessHeapsListLock |
#define NDEBUG |
Definition at line 14 of file heapuser.c.
Definition at line 131 of file heapuser.c.
Definition at line 116 of file heapuser.c.
Referenced by LdrpInitializeProcess().
Definition at line 23 of file heapuser.c.
Definition at line 56 of file heapuser.c.
RTL_CRITICAL_SECTION RtlpProcessHeapsListLock |
Definition at line 17 of file heapuser.c.
Referenced by RtlGetProcessHeaps(), RtlInitializeHeapManager(), RtlpAddHeapToProcessList(), and RtlpRemoveHeapFromProcessList().