mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -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"
|
||||
|
||||
/* 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 free */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue