ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
HANDLE NTAPI | RtlDebugCreateHeap (ULONG Flags, PVOID Addr, SIZE_T ReserveSize, SIZE_T CommitSize, PVOID Lock, PRTL_HEAP_PARAMETERS Parameters) |
BOOLEAN NTAPI | RtlDebugDestroyHeap (HANDLE HeapPtr) |
PVOID NTAPI | RtlDebugAllocateHeap (PVOID HeapPtr, ULONG Flags, SIZE_T Size) |
PVOID NTAPI | RtlDebugReAllocateHeap (HANDLE HeapPtr, ULONG Flags, PVOID Ptr, SIZE_T Size) |
BOOLEAN NTAPI | RtlDebugFreeHeap (HANDLE HeapPtr, ULONG Flags, PVOID Ptr) |
BOOLEAN NTAPI | RtlDebugGetUserInfoHeap (PVOID HeapHandle, ULONG Flags, PVOID BaseAddress, PVOID *UserValue, PULONG UserFlags) |
BOOLEAN NTAPI | RtlDebugSetUserValueHeap (PVOID HeapHandle, ULONG Flags, PVOID BaseAddress, PVOID UserValue) |
BOOLEAN NTAPI | RtlDebugSetUserFlagsHeap (PVOID HeapHandle, ULONG Flags, PVOID BaseAddress, ULONG UserFlagsReset, ULONG UserFlagsSet) |
SIZE_T NTAPI | RtlDebugSizeHeap (HANDLE HeapPtr, ULONG Flags, PVOID Ptr) |
Definition at line 130 of file heapdbg.c.
Referenced by RtlAllocateHeap().
HANDLE NTAPI RtlDebugCreateHeap | ( | ULONG | Flags, |
PVOID | Addr, | ||
SIZE_T | ReserveSize, | ||
SIZE_T | CommitSize, | ||
PVOID | Lock, | ||
PRTL_HEAP_PARAMETERS | Parameters | ||
) |
Definition at line 20 of file heapdbg.c.
Referenced by RtlCreateHeap().
Definition at line 95 of file heapdbg.c.
Referenced by RtlDestroyHeap().
Definition at line 267 of file heapdbg.c.
Referenced by RtlFreeHeap().
BOOLEAN NTAPI RtlDebugGetUserInfoHeap | ( | PVOID | HeapHandle, |
ULONG | Flags, | ||
PVOID | BaseAddress, | ||
PVOID * | UserValue, | ||
PULONG | UserFlags | ||
) |
Definition at line 322 of file heapdbg.c.
Referenced by RtlGetUserInfoHeap().
Definition at line 195 of file heapdbg.c.
Referenced by RtlReAllocateHeap().
BOOLEAN NTAPI RtlDebugSetUserFlagsHeap | ( | PVOID | HeapHandle, |
ULONG | Flags, | ||
PVOID | BaseAddress, | ||
ULONG | UserFlagsReset, | ||
ULONG | UserFlagsSet | ||
) |
Definition at line 431 of file heapdbg.c.
Referenced by RtlSetUserFlagsHeap().
BOOLEAN NTAPI RtlDebugSetUserValueHeap | ( | PVOID | HeapHandle, |
ULONG | Flags, | ||
PVOID | BaseAddress, | ||
PVOID | UserValue | ||
) |
Definition at line 375 of file heapdbg.c.
Referenced by RtlSetUserValueHeap().
Definition at line 494 of file heapdbg.c.
Referenced by RtlSizeHeap().