A debug session, darker than night...

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Rob

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

Post by Rob »

That's what I figured Solar. Thanks for the explenation.
srg

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

Post 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().
Post Reply