Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
02b92c13
Commit
02b92c13
authored
Nov 22, 2006
by
John van Groningen
Browse files
fix bug in size of bits2 array in previous revision
parent
f9fbd050
Changes
1
Hide whitespace changes
Inline
Side-by-side
HeapProfile/ShowHeapProfile.icl
View file @
02b92c13
...
...
@@ -265,7 +265,8 @@ compute_sizes_by_node_kind :: !.Header .Descriptors !*{#Char} !{#Char} {#Char} {
compute_sizes_by_node_kind
header
descriptors
heap
heap2
data
text
stack
#!
size_heap
=
size
heap
;
bits1
=
allocate_bit_array
size_heap
;
bits2
=
allocate_bit_array
size_heap
;
#!
size_heap2
=
size
heap2
;
bits2
=
allocate_bit_array
size_heap2
;
=
size_stack
descriptors
0
NilSizeByNodeKind
bits1
bits2
heap
;
where
stack_size
=
size
stack
;
...
...
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