Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

malloc/realloc/free capacity optimization

Performance impact of frequent isatty() calls

c linux unix glibc tty

Build against an old glibc with Guix

c gcc glibc guix

Correct way to use prctl()

Why does GCC claim clock_gettime() implicitly declared, but the preprocessor is perfectly happy with a related macro?

c gcc time glibc

A question about malloc implementation in glibc

Format specifier %F missing from glibc's documentation

c printf glibc

perturb byte in _int_malloc( ) in glibc

malloc glibc

why glibc memcpy not choose avx512 version?

Standard way to call `ffsl` in C++?

c++ c++11 gcc glibc

reading the environment when executing ELF IFUNC dispatch functions

c linux glibc elf

libc and undefined symbol: stime

glibc libc

What does fs:0x30 provide in Linux?

Compatibility of printf with utf-8 encoded strings

gcc unicode utf-8 printf glibc

Where can i find the definition of functions declared in c standard header files like stdlib.h?

c linux gcc header-files glibc

override libc open() library function

linux gcc overriding ld glibc

GNU argp "too few arguments"

c++ gnu glibc

Problems compiling fio against musl-gcc

c linux gcc glibc musl

Unable to build RPC project with libtirpc

c linux rpc glibc

Static linkage with glibc without calling main

gcc assembly nasm glibc