RtlCompactHeap.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ntdll/heap.c".

Debug channel "heap".