diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2020-04-13 21:51:18 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-14 23:31:01 -0400 |
commit | c3c0f662df06500a11970fd391d0a88e081a5296 (patch) | |
tree | fa76ac653170d85c780c0c12ae223d43b4831b9c /rts/ProfHeap.c | |
parent | caf3f444bcc29f75145834207da00d938c08c2d3 (diff) | |
download | haskell-c3c0f662df06500a11970fd391d0a88e081a5296.tar.gz |
rts: Underline some Notes as is conventional
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r-- | rts/ProfHeap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c index 26f4de468d..8f7b65d7a4 100644 --- a/rts/ProfHeap.c +++ b/rts/ProfHeap.c @@ -1279,6 +1279,7 @@ heapCensusChain( Census *census, bdescr *bd ) /* skip over slop, see Note [slop on the heap] */ while (p < bd->free && !*p) p++; /* Note [skipping slop in the heap profiler] + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * We make sure to zero slop that can remain after a major GC so * here we can assume any slop words we see until the block's free |