System.SysUnregisterExpectedMemoryLeak

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SysUnregisterExpectedMemoryLeak(P: Pointer): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall SysUnregisterExpectedMemoryLeak(void * P);

Properties

Type Visibility Source Unit Parent
function public
GETMEM.INC
System.hpp
System System

Description

Removes expected memory leaks.

The SysUnregisterExpectedMemoryLeak function removes expected memory leaks. It returns True if the previously registered leak was found and removed, False otherwise.

Warning: This is an internal function and should not be called directly by any application. Use the UnregisterExpectedMemoryLeak function instead.

See Also