System.PMemoryManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PMemoryManager = ^TMemoryManager;

C++

typedef TMemoryManager *PMemoryManager;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Is a pointer to a TMemoryManager.

PMemoryManager represents a pointer to the TMemoryManager type, which defines the memory block entry points.

See Also