Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
clean-ide
Commits
02b92c13
Commit
02b92c13
authored
Nov 22, 2006
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug in size of bits2 array in previous revision
parent
f9fbd050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
HeapProfile/ShowHeapProfile.icl
HeapProfile/ShowHeapProfile.icl
+2
-1
No files found.
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
Markdown
is supported
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