diff options
Diffstat (limited to 'rts/sm')
-rw-r--r-- | rts/sm/NonMovingCensus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/NonMovingCensus.c b/rts/sm/NonMovingCensus.c index 670d51263c..2dcec4b745 100644 --- a/rts/sm/NonMovingCensus.c +++ b/rts/sm/NonMovingCensus.c @@ -20,7 +20,7 @@ // all_stopped is whether we can guarantee that all mutators and minor GCs are // stopped. In this case is safe to look at active and current segments so we can // also collect statistics on live words. -static inline struct NonmovingAllocCensus +static struct NonmovingAllocCensus nonmovingAllocatorCensus_(struct NonmovingAllocator *alloc, bool collect_live_words) { struct NonmovingAllocCensus census = {0, 0, 0, 0}; |