Page 2 of 2

Re:A debug session, darker than night...

Posted: Thu Feb 09, 2006 4:13 am
by Rob
That's what I figured Solar. Thanks for the explenation.

Re:A debug session, darker than night...

Posted: Mon Feb 13, 2006 11:11 am
by srg
Solar wrote:And in the process, I am quite sure I can make it so that even dlmalloc() does its memory requests in multiples of page size.
That's what I meant, dlmalloc()'s requests to the kernel in multiples of page size rather than the programmer's.

BTW there is one or two lines of inline assembly in dlmalloc().