Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

An alternative for the deprecated __malloc_hook functionality of glibc

c gcc malloc deprecated glibc

Understanding "corrupted size vs. prev_size" glibc error

c++ malloc free jna glibc

GLIBCXX versions

c++ linux portability glibc

Pthread mutex assertion error

What is _GLIBCXX_USE_NANOSLEEP all about?

c++ gcc sleep glibc

Error while importing Tensorflow in Python 2.7 in Ubuntu 12.04. 'GLIBC_2.17 not found'

python ubuntu glibc tensorflow

What is __i686.get_pc_thunk.bx? Why do we need this call?

/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

glibc yum

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