26 lines
278 B
Plaintext
26 lines
278 B
Plaintext
#
|
|
# Common exports for libmalloc
|
|
# All symbols in this file will be exported for public use.
|
|
#
|
|
__checkq
|
|
_calloc
|
|
_cfree
|
|
_free
|
|
_mallinfo
|
|
_malloc
|
|
_mallocblksize
|
|
_mallopt
|
|
_memalign
|
|
_realloc
|
|
_recalloc
|
|
calloc
|
|
cfree
|
|
free
|
|
mallinfo
|
|
malloc
|
|
mallocblksize
|
|
mallopt
|
|
memalign
|
|
realloc
|
|
recalloc
|