G
Guest
Hello,
I'm writing an app running both under .NET and Compact Frameword. I need to allocate lot of little mem blocks. They form a n-ary tree, i.e. pointing at each other. The mem alloc by the program is just prepostrous - it's about 4times more than I esimate these objects should take. On PC it's not such a big deal but on the PPC 32MB device it's quite a problem. Does anyone know it there's something to do about it? Or why it is happening?
tnhx
I'm writing an app running both under .NET and Compact Frameword. I need to allocate lot of little mem blocks. They form a n-ary tree, i.e. pointing at each other. The mem alloc by the program is just prepostrous - it's about 4times more than I esimate these objects should take. On PC it's not such a big deal but on the PPC 32MB device it's quite a problem. Does anyone know it there's something to do about it? Or why it is happening?
tnhx