Module Name:    src
Committed By:   riastradh
Date:           Fri Nov 22 02:27:26 UTC 2024

Added Files:
        src/external/gpl2/libmalloc/lib: gnumalloc.expsym

Log Message:
external/gpl2/libmalloc: Add expected symbols list.

PR lib/58838: shared libraries in base should all have expsym lists


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl2/libmalloc/lib/gnumalloc.expsym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/external/gpl2/libmalloc/lib/gnumalloc.expsym
diff -u /dev/null src/external/gpl2/libmalloc/lib/gnumalloc.expsym:1.1
--- /dev/null	Fri Nov 22 02:27:27 2024
+++ src/external/gpl2/libmalloc/lib/gnumalloc.expsym	Fri Nov 22 02:27:26 2024
@@ -0,0 +1,50 @@
+__after_morecore_hook
+__default_morecore
+__free_hook
+__malloc_hook
+__malloc_initialize_hook
+__malloc_initialized
+__memalign_hook
+__morecore
+__realloc_hook
+_aligned_blocks
+_bytes_free
+_bytes_used
+_chunks_free
+_chunks_used
+_fraghead
+_free
+_free_internal
+_heapbase
+_heapindex
+_heapinfo
+_heaplimit
+_malloc
+_malloc_postfork
+_malloc_postfork_child
+_malloc_prefork
+_mtrace_file
+_mtrace_line
+_realloc
+calloc
+cfree
+etext
+free
+malloc
+mallwatch
+mcheck
+memalign
+memory_warnings
+mprobe
+mstats
+mtrace
+muntrace
+r_alloc
+r_alloc_free
+r_alloc_freeze
+r_alloc_sbrk
+r_alloc_thaw
+r_re_alloc
+realloc
+tr_break
+valloc

Reply via email to