2012-05-06 18:24:32 -04:00
|
|
|
libc.so: calloc
|
|
|
|
libc.so: free
|
|
|
|
libc.so: malloc
|
|
|
|
libc.so: memalign
|
|
|
|
libc.so: realloc
|
|
|
|
libm.so: matherr
|
|
|
|
libm.so: matherrf
|
|
|
|
libm.so: matherrl
|
2015-07-28 05:28:57 -04:00
|
|
|
# The dynamic loader uses __libc_memalign internally to allocate aligned
|
|
|
|
# TLS storage. The other malloc family of functions are expected to allow
|
|
|
|
# user symbol interposition.
|
2014-11-06 15:48:44 -05:00
|
|
|
ld.so: __libc_memalign
|
|
|
|
ld.so: malloc
|
|
|
|
ld.so: calloc
|
|
|
|
ld.so: realloc
|
|
|
|
ld.so: free
|