This is the mail archive of the cygwin mailing list for the Cygwin 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] |
I'm pretty sure emacs [thinks it] doesn't even use the system heaps (sort of how cygwin doesn't use the windows heaps); from what I remember, the "heap" in [t]emacs is an .idata section of the image (12MB large on my version of emacs) which is supposed to have unused address space afterward, similar to how cygwin allocates its heap. There's even a comment there that says they got the idea from cygwin.
Does anybody know why emacs is accessing anything at 0x80000000 in the first place?
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |