as a result of memory profiling with valgrind/massif: decrease default hash table...
commitc9823634fb6ed7d4f56bb3cc506ac9ecf927942b
authorLennart Poettering <lennart@poettering.net>
Sun, 23 Jul 2006 22:35:30 +0000 (23 22:35 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 23 Jul 2006 22:35:30 +0000 (23 22:35 +0000)
tree7c416d39de2cde7056dfcde30091c07a53c91d99
parent7d870d404560edc119e019f6eb28e0d74c3686dd
as a result of memory profiling with valgrind/massif: decrease default hash table size from 1024 to 127. the hashtables are sparsely filled most of the time, so there is no point in allocating to much memory by default.

git-svn-id: svn://svn.0pointer.net/pulseaudio/trunk@1140 fefdeb5f-60dc-0310-8127-8f9354f1896f
src/pulsecore/hashmap.c
src/pulsecore/idxset.c