projects
/
profile
/
ivi
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd3c6b0
)
increase pa_xmalloc() limit to 96 MB, closes #344
author
Lennart Poettering
<lennart@poettering.net>
Tue, 26 Aug 2008 13:46:26 +0000
(15:46 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 26 Aug 2008 13:46:26 +0000
(15:46 +0200)
src/pulse/xmalloc.c
patch
|
blob
|
history
diff --git
a/src/pulse/xmalloc.c
b/src/pulse/xmalloc.c
index
d1138d6
..
71a6847
100644
(file)
--- a/
src/pulse/xmalloc.c
+++ b/
src/pulse/xmalloc.c
@@
-36,7
+36,7
@@
#include "xmalloc.h"
/* Make sure not to allocate more than this much memory. */
-#define MAX_ALLOC_SIZE (1024*1024*
20) /* 20
MB */
+#define MAX_ALLOC_SIZE (1024*1024*
96) /* 96
MB */
/* #undef malloc */
/* #undef free */