System.ShareMemoryManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShareMemoryManager: Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall ShareMemoryManager(void);

Properties

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

Description

Shares the module's memory manager.

ShareMemoryManager makes the module’s memory manager available for sharing to other modules in the same process. Only one memory manager can be shared per process. It returns False if another module in the process is already sharing its memory manager.

Note: This function is not thread-safe.

See Also