Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

Do different programs gets their memory from a common heap or from a separate heap?

linux malloc glibc

Building GCC with glibc in a non-standard location without root

linux gcc glibc

Go build with another glibc

When invoking clock_gettime() may the returned tv_nsec field actually exceed a second?

c linux glibc libc

What does CSU in glibc stand for?

glibc

How to determine version of glibc (glibcxx) binary will depend on?

linux glibc libstdc++

Is there a way to determine thread local storage model used by a library on Linux

How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

php linux apache glibc iconv

I was perusing glibc when I came across the socket code, can someone explain what is going on?

c glibc

What is __USE_MISC macro used for?

c glibc

What standard C library does Clang use? glibc, its own, or some other one?

How to sleep for a few microseconds

c linux real-time glibc libc

Fastest way to do a case-insensitive substring search in C/C++?

c++ c optimization string glibc

__ctype_b_loc what is its purpose?

reverse-engineering glibc

What's the purpose of the casts to signed int in glibc memmove?

c language-lawyer glibc

Can GHC link binaries against a libc implementation such as uclibc (used in OpenWrt by default)?

haskell linker ghc glibc uclibc

What happened with the relocating allocator?

c gnu glibc

How are POSIX cancellation points supposed to behave?

c linux pthreads posix glibc

Executing binary: `GLIBCXX_3.4.11' not found

unix gcc opencv glibc

Detecting ABI compatibility issues with GCC

debugging gcc g++ glibc abi