Ignore:
Timestamp:
09/21/2020 05:58:14 PM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e025fa5
Parents:
bfd20b5b
Message:

js78: rephrase the desc of --disable-jemalloc

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23750 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js78.xml

    rbfd20b5b r50d9ed6  
    224224    <para>
    225225      <parameter>--disable-jemalloc</parameter>: This switch disables the
    226       internal memory allocator used in JS78. jemalloc causes a conflict with glibc.
     226      internal memory allocator used in JS78. jemalloc is only intended for
     227      the Firefox browser environment. For other applications using JS78,
     228      if JS78 uses jemalloc, the application may crash as items allocated
     229      in jemalloc allocator are freed on system (glibc) allocator.
    227230    </para>
    228231
Note: See TracChangeset for help on using the changeset viewer.