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
11313835
Commit
11313835
authored
Jan 16, 2001
by
simonmar
Browse files
[project @ 2001-01-16 11:53:32 by simonmar]
add MacOSX HEAP_BASE
parent
83856260
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/rts/MBlock.h
View file @
11313835
/* -----------------------------------------------------------------------------
* $Id: MBlock.h,v 1.
7
200
0/12/04 12:31:21
simonmar Exp $
* $Id: MBlock.h,v 1.
8
200
1/01/16 11:53:32
simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -47,6 +47,10 @@ extern void * getMBlocks(nat n);
/* guess */
#define HEAP_BASE 0x50000000
#elif macosx_TARGET_OS
/* guess */
#define HEAP_BASE 0x50000000
#elif _WIN32
/* doesn't matter, we use a reserve/commit algorithm */
...
...
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