RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.ShareMemoryManager Function

Shares the module's memory manager.

Pascal
function ShareMemoryManager: Boolean;
C++
Boolean ShareMemoryManager();

System

ShareMemoryManager makes the module’s memory manager available for sharing to other modules in the same process. Only one memory manager may 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.
 

Memory Management 

Configuring the Memory Manager 

Sharing Memory

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!