Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::memory::HeapMoveEx Function
C++
MEM_PROC POINTER MEM_API HeapMoveEx(PMEM pNewHeap, POINTER source DBG_PASS);
#define HeapMove(h,s) HeapMoveEx( (h), (s) DBG_SRC )
Parameters 
Description 
PMEM pNewHeap 
heap target to move the block to. 
source 
source block to move - pointer to the data in the block. 

Moves a block of memory from one heap to another.

Since each block remembers its own size, it is possible to move a block from one heap to another. A heap might be a memory mapped file at a specific address for instance.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!