If you don\'t know what is futex and linuxthreads-0.9, please, don\'t reply. Can I mix in one program futex-based mutex with mutex from linuxthreads-0.8 or -0.9 (which was used in all glibc <=2.2
What does \"_np\" suffix mean here: pthread_mutex_timedlock_np or in macros PTHREAD_MUTEX_TIMED_NP Upd: From glibc2.2
I have a long-living application with frequent memory allocation-deallocation. Will any malloc implementation return freed memory back to the system?
Is it (or would it) be possible to use glibc under windows (as a replacement of msvcrt)? I know this is a stupid question, and answers like cygwin will pop up, but I am really asking:
I distribute a statically linked binary version of my application on linux. However, on systems with the 2.开发者_如何学编程4 kernel, I get a segfault on startup, and the message: \"FATAL: kernel too
If I do the following command on my executable called \"version\", compiled on Fedora Core 11, I get this output
I would like to monitor the use of mallocs and frees in an application by using the malloc and free hooks.
I have a problem concerning libstdc++.so. I installed a new version of gcc and tried to compile C++ code. The compiling worked, but when I try to execute the binary (m5.opt is its name) I\'ve got the
Glancing at the source code of GNU C Library,I found the inet_ntoa is implementated with static __thread char buffer[18]
Can anyone point me to the definition of strlen() in GCC?I\'ve been grepping release 4.4.2 for about a half hour now (while Googling like crazy) and I can\'t seem 开发者_Go百科to find where strlen() i