[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Sun Oct  7 09:46:10 CEST 2012
    
    
  
 src/utils_cache.c |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)
New commits:
commit b9390e53e68f70cac2a6b5122214a86bfb51ae65
Author: Florian Forster <octo at collectd.org>
Date:   Sun Oct 7 09:42:28 2012 +0200
    rc/utils_cache.c: Allocate most of the memory required by uc_get_names() at once.
    
    strdup() will still require additional memory, but no more memory movement like
    required when doing realloc() a lot.
    
    This fixes Github issue #148.
    
    
More information about the collectd-changes
mailing list