Skip to content

Commit

Permalink
Add missing sdallocx updates and remove *allocm manpage links.
Browse files Browse the repository at this point in the history
Submitted by:	jbeich
  • Loading branch information
jasone committed Aug 18, 2015
1 parent a4cee49 commit 902d2af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions lib/libc/stdlib/jemalloc/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@ MLINKS+= \
jemalloc.3 xallocx.3 \
jemalloc.3 sallocx.3 \
jemalloc.3 dallocx.3 \
jemalloc.3 sdallocx.3 \
jemalloc.3 nallocx.3 \
jemalloc.3 allocm.3 \
jemalloc.3 rallocm.3 \
jemalloc.3 sallocm.3 \
jemalloc.3 dallocm.3 \
jemalloc.3 nallocm.3 \
jemalloc.3 malloc.conf.5

.if defined(MALLOC_PRODUCTION)
Expand Down
5 changes: 5 additions & 0 deletions lib/libc/stdlib/jemalloc/Symbol.map
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ FBSD_1.3 {
__nallocm;
};

FBSD_1.4 {
sdallocx;
__sdallocx;
};

FBSDprivate_1.0 {
_malloc_thread_cleanup;
_malloc_prefork;
Expand Down

0 comments on commit 902d2af

Please sign in to comment.