Click to See Complete Forum and Search --> : User Level Heap Memory Management


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

Ejaz
January 10th, 2006, 01:38 PM
[ Redirected Thread ]

Andreas Masur
January 10th, 2006, 01:52 PM
Well....there are some peices missing here...for example...what is FREEBLOCKLIST? Without giving more details (and/or code) it is pretty hard to tell you anything... ;)