gencgc: Combine two state variables into one that makes more sense
commit60ee1808a3d11748a8114fbc5678b31d314208ef
authorDouglas Katzman <dougk@google.com>
Tue, 19 Dec 2017 03:42:51 +0000 (18 22:42 -0500)
committerDouglas Katzman <dougk@google.com>
Tue, 19 Dec 2017 04:14:58 +0000 (18 23:14 -0500)
tree7e2fb4e17706e2383b7a47eafe7e990af7130c16
parent6ed9af93b00b708b07e68161376a8746ecab7704
gencgc: Combine two state variables into one that makes more sense

Or at least has a substantially better rationale and comment.

Also be a little pedantic: the allocator directly creates "regions",
not "areas", which are the coalescing of or one more adjacent regions.

There are a bunch of obsolete comments alluding to gc_alloc(),
but that's a separate matter.  The GC's maintainers of yore
were never sticklers for precision of terminology.
src/runtime/gencgc.c