]> gitweb.factorcode.org Git - factor.git/blob - vm/code_heap.hpp
f68c80a2a1f31dc52cb00f7926610ca9845da598
[factor.git] / vm / code_heap.hpp
1 namespace factor
2 {
3
4 struct factor_vm;
5 typedef void (*code_heap_iterator)(code_block *compiled, factor_vm *myvm);
6
7 PRIMITIVE(modify_code_heap);
8 PRIMITIVE(code_room);
9
10 }