Search code examples
Will malloc implementations return free-ed memory back to the system?...


freemallocglibcmmaptcmalloc

Read More
Visual Studio Code 1.51.1 not launching on Ubuntu 20.10 (ERROR: GLIBC_2.29' not found)...


ubuntuvisual-studio-codeglibc

Read More
x86 Assembly: Calling malloc does not place the pointer to the allocated memory in the EAX register...


linuxassemblyx86glibcatt

Read More
Calling Internal Functions in a Shared Library...


compilationshared-librarieselfglibcdynamic-linking

Read More
Why editing .fini_array doesn't change course of program?...


linuxelfglibcdynamic-linking

Read More
Making a clone'd thread pthread compatible...


multithreadingpthreadsglibc

Read More
using glibc malloc hooks in a thread safe manner...


cmallocglibc

Read More
Please help to understand the following memcpy code from GLIBC_2.14...


assemblyx86glibcdispatch

Read More
Can't run uWebSockets on CentOS 7 with glibc-2.17...


c++node.jsglibcuwebsockets

Read More
How to change wchar.h to make wchar_t the same type as wint_t?...


cglibcwchar-twidecharwchar

Read More
On Raspberry Pi, backtrace() returns 0 frames...


clinuxraspberry-piglibcraspbian

Read More
symbol not found errors with glibc...


node.jsdockeroracle11gglibcnode-oracledb

Read More
How does musl's GCC wrapper differ from musl's cross-compiler?...


c++cgccglibcmusl

Read More
Error loading Python lib libpython3.6m.so.1.0 pyinstaller Ubuntu Python...


pythonubuntupyinstallerglibc

Read More
Why do read and write barrier for x86 in glibc not use __volatile asm?...


cgccglibcinline-assemblymemory-barriers

Read More
Linking a C program directly with ld fails with undefined reference to `__libc_csu_fini`...


cgcclinkerglibcld

Read More
How can I make my Rust program link to another glibc?...


rustlinkercross-compilingglibcrust-cargo

Read More
Is it dangerous, that ___tls_get_addr called in 32bit environment?...


c++cglibclibstdc++

Read More
How to call function (shm_open) in librt inside the glibc source code (malloc/morecore.c)?...


clinuxgccshared-librariesglibc

Read More
/lib64/libtinfo.so.5: no version information available...


haskellghcglibchaskell-stackldd

Read More
Understanding the glibc malloc binning implementation...


cmallocglibcbins

Read More
GLIBC 2.7 version required. Compile C++ code with later GLIBC version while supporting earlier glibc...


c++gcccentosg++glibc

Read More
Why linux nasm working even WITHOUT 16 bytes stack alignment...


assemblyx86-64nasmglibcubuntu-20.04

Read More
Why doesn't time() from time.h have a syscall to sys_time?...


linuxgccassemblyx86-64glibc

Read More
Link errors with -ffast-math (-ffinite-math-only) and glibc 2.31...


cgccglibc

Read More
How does glibc backtrace() determine which stack memory are the return addresses?...


x86armstackglibcbacktrace

Read More
Will using -static with GCC guarantee that my C programme will work across x86 distros?...


clinuxgccstatic-librariesglibc

Read More
Linking issue using the Yocto SDK (undefined reference to `_rtld_global_ro')...


linuxgcclinkeryoctoglibc

Read More
Can a dynamically linked glibc application dlopen() a static linked musl shared object?...


gcclinkerglibcmusl

Read More
glibc configure doesn't recognize Linux header files...


linuxglibc

Read More
BackNext