cleanup: struct page member types
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 25 Nov 2011 12:39:25 +0000 (14:39 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 27 Nov 2011 11:19:03 +0000 (13:19 +0200)
commit0bc6029aa850b25cdd27efd91578989cbbd269d5
treea47833620b335b4f780431f13e24a64ad18d88dc
parent9e58342e3ebb8bbaaa648cd345232b08279f3a0c
cleanup: struct page member types

  .region_start_offset is os_vm_size_t
  .bytes_used is page_bytes_t (new typedef)

  Also add a compile-time check to guard against GENCGC_CARD_BYTES greater
  than UINT_MAX.
src/runtime/gencgc-internal.h