js78: rephrase the desc of --disable-jemalloc

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23750 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2020-09-21 17:58:14 +00:00
parent bfd20b5bb7
commit 50d9ed6af8

View File

@ -223,7 +223,10 @@ sed -i '/@NSPR_CFLAGS@/d' /usr/bin/js78-config</userinput></screen>
<para>
<parameter>--disable-jemalloc</parameter>: This switch disables the
internal memory allocator used in JS78. jemalloc causes a conflict with glibc.
internal memory allocator used in JS78. jemalloc is only intended for
the Firefox browser environment. For other applications using JS78,
if JS78 uses jemalloc, the application may crash as items allocated
in jemalloc allocator are freed on system (glibc) allocator.
</para>
<para>