12 lines
290 B
Diff
12 lines
290 B
Diff
--- autopatch-dummy/secmem/secmem.c
|
|
+++ autopatch-dummy/secmem/secmem.c 2004/07/13 14:34:02
|
|
@@ -85,7 +85,7 @@
|
|
# define MAP_ANONYMOUS MAP_ANON
|
|
#endif
|
|
|
|
-#define DEFAULT_POOLSIZE 16384
|
|
+#define DEFAULT_POOLSIZE 16384*4
|
|
|
|
typedef struct memblock_struct MEMBLOCK;
|
|
struct memblock_struct {
|