Top "Glibc" questions

The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel.

malloc( ): memory corruption (fast) error C++

I'm working in C++. I'm working on a method to change the maximum capacity of a stack and I'm confused …

c++ stack malloc glibc capacity
What is a glibc free/malloc/realloc invalid next size/invalid pointer error and how to fix it?

You are most likely seeing this question because your question has been closed as a duplicate of this. For a …

c++ c memory glibc
glibc detected, realloc(): invalid pointer

I apologize for the lengthy code. I have a simple question, but I thought I include my code so it …

c malloc free glibc realloc
deallocation and memory allocation problems in FORTRAN

I am having problems with the deallocate and allocate aspects of part of my FORTRAN code. in particular, i think …

memory-management fortran glibc double-free
printf slows down my program

I have a small C program to calculate hashes (for hash tables). The code looks quite clean I hope, but …

c performance linux-kernel stdout glibc
Error while using a newer version of glibc

I am trying to install tensorflow on a linux server where I am just a user without the root permission. …

linux linker tensorflow glibc
How to tell if glibc is used

I am trying to implement backtrace functionality for a large framework, which is used for different platforms and OS'es. In …

c++ c glibc
What size should I allow for strerror_r?

The OpenGroup POSIX.1-2001 defines strerror_r, as does The Linux Standard Base Core Specification 3.1. But I can find no …

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

The code I'm working on runs perfectly on Windows XP and on Mac OS X. When testing it on CentOS (…

php linux apache glibc iconv
Is this possible to customize printf?

I have some struct that I need to print frequently. For now, I am using a classical print wrapper around …

c linux customization glibc