This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

save heap contents


As part of my application, I need to save the contents of heap, so I can at
any point later restore the heap to its previous state. 
Using mallinfo , I can get heap usage but inorder to copy its contents , I
would need the exact memory address of used blocks and their corresponding sizes.
I don't want to copy the entire heap as it might be too large. What would be
the best way of acheiving this.?
Any ideas in the direction will be highly appreciated.
Thanks in advance.



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]