.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlCompactHeap 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlCompactHeap\fR (NTDLL.@) .SH SYNOPSIS ULONG RtlCompactHeap ( HANDLE \fIheap\fR, ULONG \fIflags\fR ) .SH DESCRIPTION .PP Compact the free space in a Heap. .SH PARAMS \fIheap\fR \fB[In]\fR Heap that block was allocated from. .PP \fIflags\fR \fB[In]\fR \fBHEAP_\fR \fIflags\fR from \fB"winnt.h"\fR. .PP .SH RETURNS .PP The number of bytes compacted. .SH NOTES .PP This function is a harmless stub. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/heap.c"\fR. .PP Debug channel \fB"heap"\fR.