Does somebody know GOOD memory allocator for Nt?
My programm works on UNIX very good with very small memory fragmentation 1:1.5 (I use dlmalloc for UNIX it doesn't work good for Nt)
On NT this is abnormal 1:80. I think standard Mictosoft allocator doesn't understand my pattern.
Currently I can't change the pattern, may be some custom allocator can help?
[sig][/sig]
My programm works on UNIX very good with very small memory fragmentation 1:1.5 (I use dlmalloc for UNIX it doesn't work good for Nt)
On NT this is abnormal 1:80. I think standard Mictosoft allocator doesn't understand my pattern.
Currently I can't change the pattern, may be some custom allocator can help?
[sig][/sig]