RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.ShareMemoryManager Function

Shares the module's memory manager.

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

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!