This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: Speeing up __cxa_atexit


Mark Mitchell <mark@codesourcery.com> writes:

[...]

| See my point about what happens if users replace functions like malloc.

Certainly I don't undertand what is really going on, but I'm sure when
the user replaces malloc(), he/she invokes undefined behaviour.
He/she can however replace operator new() -- that is why some
implementations of quality use malloc() (or any other homegrown
allocators) for their internals.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]