projects
/
rrq
/
fuse_xattrs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10f8104
)
use larger string heap
master
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 13 Nov 2021 00:21:02 +0000
(11:21 +1100)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 13 Nov 2021 00:21:02 +0000
(11:21 +1100)
stringmem.c
patch
|
blob
|
history
diff --git
a/stringmem.c
b/stringmem.c
index 1a6bf00e89d6e0f43c79e1a668e155c9d850509e..bc1a2bf150786ed5a17fda10f02d66e4752588d0 100644
(file)
--- a/
stringmem.c
+++ b/
stringmem.c
@@
-3,7
+3,7
@@
#include <string.h>
#define BIGSTRING 1048576
-#define STRINGSPACE ( BIGSTRING *
2
0 )
+#define STRINGSPACE ( BIGSTRING *
5
0 )
static struct {
char *base;