RtlCompactHeap (NTDLL.@)
ULONG RtlCompactHeap ( HANDLE handle, 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.
Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h
Implemented in "dlls/ntdll/heap.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/heap.c
Debug channel "heap".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.