Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
91d33508
Commit
91d33508
authored
Jul 28, 2002
by
sof
Browse files
[project @ 2002-07-28 02:31:11 by sof]
include stdlib.h (to get at NULL)
parent
cecac854
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Arena.c
View file @
91d33508
/* -----------------------------------------------------------------------------
$Id: Arena.c,v 1.
3
2002/07/2
6
0
9
:3
5:46 simonmar
Exp $
$Id: Arena.c,v 1.
4
2002/07/2
8
0
2
:3
1:11 sof
Exp $
(c) The University of Glasgow 2001
Arena allocation. Arenas provide fast memory allocation at the
...
...
@@ -19,6 +19,7 @@
which most allocations are small.
-------------------------------------------------------------------------- */
#include <stdlib.h>
#include "Rts.h"
#include "RtsUtils.h"
#include "BlockAlloc.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment