Hey Spencer!
By the way, ChucK's memory model is similar to Java's in that primitive types are allocated on the stack, while anything object-y is on the heap. In other words, ints, floats, durs, times, complex's, polars, and empty references won't have any memory cost after their enclosing scope ends.