gimp r26116 - in trunk: . app



Author: neo
Date: Fri Jul 11 08:22:53 2008
New Revision: 26116
URL: http://svn.gnome.org/viewvc/gimp?rev=26116&view=rev

Log:
2008-07-11  Sven Neumann  <sven gimp org>

	* app/main.c (gimp_init_malloc): removed misleading comment.



Modified:
   trunk/ChangeLog
   trunk/app/main.c

Modified: trunk/app/main.c
==============================================================================
--- trunk/app/main.c	(original)
+++ trunk/app/main.c	Fri Jul 11 08:22:53 2008
@@ -607,9 +607,6 @@
    *
    * An alternative to tuning this parameter would be to use
    * malloc_trim(), for example after releasing a large tile-manager.
-   *
-   * Another possibility is to switch to using GSlice as soon as this
-   * API is available in a stable GLib release.
    */
   mallopt (M_MMAP_THRESHOLD, TILE_WIDTH * TILE_HEIGHT);
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]