Home | History | Annotate | Download | only in dlmalloc

Lines Matching full:trimming

465   releasing via malloc_trim in free().  Automatic trimming is mainly
467 trimming via sbrk can be slow on some systems, and can sometimes be
479 disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
482 have the intended effect under automatic trimming, since that memory
500 chunks, which means that even trimming via malloc_trim would not
513 doesn't always suffice to trigger trimming. To compensate for this,
1060 than current total if trimming has occurred.
2557 trimming, and a counter to force periodic scanning to release unused
6155 * Simplify and fix segment insertion, trimming and mspace_destroy