[Bug 991] Build fails with call to mallopt()

bugzilla at busybox.net bugzilla at busybox.net
Wed Jan 27 22:43:53 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=991





--- Comment #4 from Denys Vlasenko <vda.linux at googlemail.com>  2010-01-27 22:43:53 UTC ---
Well, the code is:

#ifdef M_TRIM_THRESHOLD
        /* M_TRIM_THRESHOLD is the maximum amount of freed top-most memory
         * to keep before releasing to the OS
         * Default is way too big: 256k
         */
        mallopt(M_TRIM_THRESHOLD, 2 * PAGE_SIZE);
#endif

does uclibc really defines M_TRIM_THRESHOLD if it does not support it? Which
version of uclibc does that?


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list