#ifndef JOVE_MEMORY_BUMP_H #define JOVE_MEMORY_BUMP_H 1 #include void *bump_where(void); void *bump_alloc(size_t size); void bump_setup(void); #endif