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 #1 from Tulio Magno Quites Machado Filho <tuliom at linux dot vnet.ibm.com> ---
The basic API is:
 - malloc
 - free
 - realloc
 - calloc
 - cfree
 - memalign
 - valloc
 - pvalloc
 - posix_memalign
 - malloc_stats
 - mallopt
 - mallinfo
 - malloc_size
 - malloc_usable_size

Are the following functions required as well?
 - __malloc_fork_lock_parent
 - __malloc_fork_unlock_child
 - __malloc_fork_unlock_parent

What else is required?

-- 
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]