RtlCompactHeap(3w)
NAME
RtlCompactHeap (NTDLL.@)
SYNOPSIS
ULONG RtlCompactHeap ( HANDLE heap, ULONG flags )
DESCRIPTION
Compact the free space in a Heap.
PARAMS
heap [In] Heap that block was allocated from.
flags [In] HEAP_ flags from "winnt.h".
RETURNS
The number of bytes compacted.
NOTES
This function is a harmless stub.
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/heap.c".
- Debug channel "heap".