Add missing sdallocx updates and remove *allocm manpage links.
Submitted by: jbeich
This commit is contained in:
parent
a4cee496bc
commit
902d2afd2a
@ -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)
|
||||
|
@ -51,6 +51,11 @@ FBSD_1.3 {
|
||||
__nallocm;
|
||||
};
|
||||
|
||||
FBSD_1.4 {
|
||||
sdallocx;
|
||||
__sdallocx;
|
||||
};
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
_malloc_thread_cleanup;
|
||||
_malloc_prefork;
|
||||
|
Loading…
Reference in New Issue
Block a user