mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
increase pa_xmalloc() limit to 96 MB, closes #344
This commit is contained in:
parent
fd3c6b0f60
commit
8df5b2de92
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
|
||||||
/* Make sure not to allocate more than this much memory. */
|
/* Make sure not to allocate more than this much memory. */
|
||||||
#define MAX_ALLOC_SIZE (1024*1024*20) /* 20MB */
|
#define MAX_ALLOC_SIZE (1024*1024*96) /* 96MB */
|
||||||
|
|
||||||
/* #undef malloc */
|
/* #undef malloc */
|
||||||
/* #undef free */
|
/* #undef free */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue