http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c67167
)
SSL requires inordinately large data storage
author
Michael Brown
<mcb30@etherboot.org>
Thu, 1 Feb 2007 07:22:13 +0000
(07:22 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 1 Feb 2007 07:22:13 +0000
(07:22 +0000)
src/core/heap.c
patch
|
blob
|
history
diff --git
a/src/core/heap.c
b/src/core/heap.c
index
4afd270
..
4a84fc2
100644
(file)
--- a/
src/core/heap.c
+++ b/
src/core/heap.c
@@
-11,9
+11,9
@@
/**
* Heap size
*
- * Currently fixed at
4
8kB.
+ * Currently fixed at
12
8kB.
*/
-#define HEAP_SIZE (
4
8 * 1024 )
+#define HEAP_SIZE (
12
8 * 1024 )
/** The heap itself */
char heap[HEAP_SIZE] __attribute__ (( aligned ( __alignof__(void *) )));