altos/scheme: Use 64-bit ints to track memory allocation stats
authorKeith Packard <keithp@keithp.com>
Mon, 11 Dec 2017 00:50:06 +0000 (16:50 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 11 Dec 2017 20:20:25 +0000 (12:20 -0800)
commit7517da1646fc30faaa9ee1c969cfa35ae1a17423
treec08a6bd2ca3cbdde2efdf891e949706faaf2aaaf
parent7e14e243565e814ddd524c8d09454719dc89c6d8
altos/scheme: Use 64-bit ints to track memory allocation stats

These are only collected for debug purposes, but can get quite large
if the interpreter runs for a while.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/scheme/ao_scheme.h
src/scheme/ao_scheme_mem.c
src/scheme/test/ao_scheme_test.c