Scroll to navigation

RtlCompactHeap(3w) Wine API 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

Declared in "winternl.h".
Implemented in "dlls/ntdll/heap.c".
Debug channel "heap".
Oct 2012 Wine API