maheshbmane
January 10th, 2006, 10:43 AM
Dear All,
I have created a Memory Heap with uniform number of blocks. These blocks are being allocated one by one; whenever a new object in a block has to added.
I want to know How efficiently the allocation and deallocation of blocks in a heap can be managed; by maintaining FREEBLOCKLIST Data Structure.
Thanks in Advance
Mahesh
I have created a Memory Heap with uniform number of blocks. These blocks are being allocated one by one; whenever a new object in a block has to added.
I want to know How efficiently the allocation and deallocation of blocks in a heap can be managed; by maintaining FREEBLOCKLIST Data Structure.
Thanks in Advance
Mahesh