altos/scheme: Use 64-bit ints to track memory allocation stats
[fw/altos] / src / scheme / ao_scheme.h
index 896166174e691036d9b1b7c07ebb4c769ee68fd4..4655b2a988c564ef97d011b3ac61da36c1a74c6e 100644 (file)
@@ -522,9 +522,9 @@ ao_scheme_poly_vector(ao_poly poly)
 
 /* memory functions */
 
-extern int ao_scheme_collects[2];
-extern int ao_scheme_freed[2];
-extern int ao_scheme_loops[2];
+extern uint64_t ao_scheme_collects[2];
+extern uint64_t ao_scheme_freed[2];
+extern uint64_t ao_scheme_loops[2];
 
 /* returns 1 if the object was already marked */
 int