[pulseaudio-commits] src/pulsecore

Tanu Kaskinen tanuk at kemper.freedesktop.org
Sun Sep 23 03:13:21 PDT 2012


 src/pulsecore/flist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24034ed71530a959836ab1ad4a01863feda0dfc5
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Thu Apr 19 10:54:08 2012 +0200

    flist: Increase default list size to 256
    
    Nowadays, we are using more hashmaps and other things, than we did
    before. Therefore, I often get the "flist is full (don't worry)"
    message. This change should avoid that message. I was unable to find
    any significance in increase of memory footprint from this change.
    
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

diff --git a/src/pulsecore/flist.c b/src/pulsecore/flist.c
index 0aa95c7..b110e1e 100644
--- a/src/pulsecore/flist.c
+++ b/src/pulsecore/flist.c
@@ -37,7 +37,7 @@
 
 #include "flist.h"
 
-#define FLIST_SIZE 128
+#define FLIST_SIZE 256
 
 /* Atomic table indices contain
    sign bit = if set, indicates empty/NULL value



More information about the pulseaudio-commits mailing list