[asterisk-commits] tilghman: branch 1.6.0 r134869 - /branches/1.6.0/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 31 14:04:26 CDT 2008
Author: tilghman
Date: Thu Jul 31 14:04:26 2008
New Revision: 134869
URL: http://svn.digium.com/view/asterisk?view=rev&rev=134869
Log:
Blocked revisions 134867 via svnmerge
........
r134867 | tilghman | 2008-07-31 14:03:41 -0500 (Thu, 31 Jul 2008) | 4 lines
Optimize frame cache by realloc'ing the smallest frame when the cache is full.
This ensures that we don't just keep a cache of tiny frames, continually doing
an alloc/free for each data frame, thus negating the point of having a cache.
........
Modified:
branches/1.6.0/ (props changed)
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list