emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs and Gnome Canvas


From: Andreas Schwab
Subject: Re: Emacs and Gnome Canvas
Date: Sat, 17 Jul 2010 11:40:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

> Can you really avoid having C++ objects that reference Emacs buffers
> and strings?

Just like you have to be careful not to use direct pointers into string
and buffer space in C.  Nothing new here.

> And on some platforms (although not on GNU/Linux, I think) malloc is
> also replaced, so there's no "normal malloc space" per se.

ralloc always divides the allocated space into malloc areas (handed to
malloc and friends) and relocatable blocks (handed to r_alloc and
friends).

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]