Search code examples
Force free() to return malloc memory back to OS...

clinuxmemorymemory-managementglibc

Read More
Is it safe to run a container based on a higher version of Linux on a lower version of the Linux ope...

clinuxdockerglibc

Read More
What does the --audit flag to GNU ld do?...

linuxshared-librariesldglibcelf

Read More
Multiple glibc libraries on a single host...

linuxgccglibc

Read More
How to force linkage to older libc `fcntl` instead of `fcntl64`?...

cldvariadic-functionsglibcfcntl

Read More
How to compile my own glibc C standard library from source and use it?...

clinuxgccx86-64glibc

Read More
Output errors when using libmvec intrinsics for trigo functions manually (like cosf)...

c++gccglibcsseintrinsics

Read More
Standard way to call `ffsl` in C++?...

c++c++11gccglibc

Read More
C free() on Ubuntu VM, a question regarding heap memory...

cheap-memoryfreeglibc

Read More
ret2libc strcpy not complete...

pythonassemblyx86glibcexploit

Read More
Where to find select() source code in glibc source?...

clinuxkernelglibc

Read More
How to create a temporary directory in C in Linux?...

cunixglibc

Read More
Is there any documentation available for dynamic linker functions for glibc 6?...

clinuxlinkerglibc

Read More
How to tell if glibc is used...

c++cglibc

Read More
Why is termios in glibc and the kernel?...

linuxglibctermios

Read More
What is GLIBC? What is it used for?...

cgnuglibcstandard-library

Read More
CLOCK_REALTIME_COARSE not settable?...

linuxglibc

Read More
Can glibc sprintf be used in a reentrant function?...

c++clinuxglibcreentrancy

Read More
Issue with overriding glibc malloc using --wrap option in statically linked application after glibc ...

hookwrapperglibc

Read More
How do I correctly determine NAME_MAX for shm_open?...

clinuxposixshared-memoryglibc

Read More
Can I modify the dynamic linker and use without recompiling the glibc?...

clinuxlinkerglibc

Read More
How to choose which GLIBC_version in python when I use blender to render with python...

pythonblenderglibc

Read More
How can gcc optimize separate call of sin(x) and cos(x) into single sincos?...

c++gcccompiler-optimizationglibc

Read More
Check glibc version for a particular gcc compiler...

cgccglibc

Read More
Yocto glibc error in do_fetch for glibc library in cross compilation for qt based yocto image...

linuxcross-compilingyoctoglibcrenesas-rx

Read More
MemorySanitzer warns of use of undefined memory in `struct stat`; I do check the `stat` return value...

cclangglibcstatmemory-sanitizer

Read More
What is _GLIBCXX_USE_NANOSLEEP all about?...

c++gccsleepglibc

Read More
How can clock() from time.h be implemented via times without conversion if returned time units are d...

cubuntutimeposixglibc

Read More
Why is GNU GLIBC strsignal() considered thread unsafe on modern operating systems?...

clinuxthread-safetyglibcmanpage

Read More
Why inet_ntoa is designed to be a non-reentrant function?...

csocketsglibc

Read More
BackNext