Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

What does 'corrupted double-linked list' mean

memory-management glibc

What's the meaning of the %m formatting specifier?

building a .so that is also an executable

Does standard c library provides linked list etc. data structures?

c gcc data-structures glibc

What is GLIBC? What is it used for?

c gnu glibc standard-library

Check glibc version for a particular gcc compiler

c gcc glibc

Is there a best practice on setting up glibc on docker alpine linux base image?

docker glibc alpine

Why is statically linking glibc discouraged?

Will malloc implementations return free-ed memory back to the system?

free malloc glibc mmap tcmalloc

How to upgrade glibc from version 2.13 to 2.15 on Debian?

debian glibc

Why is this code using strlen heavily 6.5x slower with GCC optimizations enabled?

c performance gcc glibc

Compiling without libc

c gcc glibc demo libc

Linux static linking is dead?

linux gcc glibc static-linking

difference between gcc -D_FORTIFY_SOURCE=1 and -D_FORTIFY_SOURCE=2

security gcc glibc

Using C++ library in C code

c++ c gcc glibc

How can I link to a specific glibc version?

linux gcc linker glibc libc

Multiple glibc libraries on a single host

linux gcc glibc

Why does glibc's strlen need to be so complicated to run quickly?