The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel.
glibc seems to have more than one way of doing some heap checking: mallopt with the M_CHECK_ACTION parameter …
debugging glibc heap-corruptionI need to use an alternate glibc version, newer than the one installed on my system (2.18 vs 2.15). Several related issues …
linux shared-libraries ld glibc dynamic-linkingI cross compiled Valgrind (http://valgrind.org/downloads/valgrind-3.8.1.tar.bz2) for ARM using the following commands with the Linaro …
arm valgrind cross-compiling glibc buildrootI have a glibc version 2.19 on ubuntu installed. I would also like to install 2.3.4 version along with 2.19 on my machine. …
c ubuntu glibcI would like to monitor the use of mallocs and frees in an application by using the malloc and free …
c malloc glibcI am trying to install glibc-2.12.2 because Haskell-stack specifically needs 2.12 version. ldd --version ldd (GNU libc) 2.26 Copyright (C) 2017 Free Software …
glibc opensuse