Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
73319599
Commit
73319599
authored
Mar 02, 1999
by
sof
Browse files
[project @ 1999-03-02 19:50:12 by sof]
initStorage: initialise gos0->to_space
parent
21462c00
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Storage.c
View file @
73319599
/* -----------------------------------------------------------------------------
* $Id: Storage.c,v 1.1
5
1999/0
2/26 16:44
:1
4
s
imonm
Exp $
* $Id: Storage.c,v 1.1
6
1999/0
3/02 19:50
:1
2
s
of
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -149,6 +149,7 @@ initStorage (void)
step
->
blocks
=
allocNursery
(
NULL
,
nursery_blocks
);
step
->
n_blocks
=
nursery_blocks
;
current_nursery
=
step
->
blocks
;
g0s0
->
to_space
=
NULL
;
/* hp, hpLim, hp_bd, to_space etc. aren't used in G0S0 */
weak_ptr_list
=
NULL
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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