(no title)
Joker_vD | 12 hours ago
The use of these hook functions is not safe in multithreaded
programs, and they are now deprecated. From glibc 2.24 onwards,
the __malloc_initialize_hook variable has been removed from the
API, and from glibc 2.34 onwards, all the hook variables have been
removed from the API. Programmers should instead preempt calls to
the relevant functions by defining and exporting malloc(), free(),
realloc(), and calloc().
nly|11 hours ago
The global variable approach was very useful and pretty low overhead.
fweimer|8 hours ago
jeffbee|9 hours ago