This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug manual/20424] Document how to provide a malloc replacement


https://sourceware.org/bugzilla/show_bug.cgi?id=20424

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
The minimal API should match what is listed in localplt.data, so:

calloc
free
malloc
realloc

The dynamic linker currently needs __libc_memalign, too.  This will go away
after bug 17730 is fixed (patches for that have been submitted).

If an application needs additional symbols, those have to be provided by the
malloc library as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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