summaryrefslogtreecommitdiff
path: root/rts/sm/NonMovingScav.h
blob: 021385e1e99e35d2fb0e9c70559719e9d022423e (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "NonMoving.h"

#include "BeginPrivate.h"

void nonmovingScavengeOne(StgClosure *p);
void scavengeNonmovingSegment(struct NonmovingSegment *seg);

#include "EndPrivate.h"