RtlCompactHeap (NTDLL.@)
ULONG RtlCompactHeap ( HANDLE heap, ULONG flags )
Compact the free space in a Heap.
heap | [In] | Heap that block was allocated from. |
flags | [In] | HEAP_ flags from "winnt.h". |
The number of bytes compacted.
This function is a harmless stub.
Defined in "winternl.h".
Implemented in "dlls/ntdll/heap.c". source.winehq.org/source/dlls/ntdll/heap.c
Debug channel "heap".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.