X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fruntime%2Fgencgc-internal.h;h=18dc9fbdb1c47316827f4941577f377cf87706f5;hb=148e3820ad314a9b59d0133c1d60eaac4af9118b;hp=6f75ae143ab4bfcce4bf2ff44e337f03ee3a760a;hpb=9f10bc102adce15a820027777a03e49a7b7623da;p=sbcl.git diff --git a/src/runtime/gencgc-internal.h b/src/runtime/gencgc-internal.h index 6f75ae1..18dc9fb 100644 --- a/src/runtime/gencgc-internal.h +++ b/src/runtime/gencgc-internal.h @@ -94,6 +94,10 @@ extern struct alloc_region boxed_region; extern struct alloc_region unboxed_region; extern int from_space, new_space; extern struct weak_pointer *weak_pointers; + +extern void *current_region_free_pointer; +extern void *current_region_end_addr; + void gencgc_pickup_dynamic(void);