Skip to content

Commit 64e402e

Browse files
committed
Add some missing variables/functions in mmtk.h
1 parent 84d048a commit 64e402e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mmtk/api/mmtk.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ extern void mmtk_block_thread_for_gc(void);
8585
extern void* mmtk_new_mutator_iterator(void);
8686
extern void* mmtk_get_next_mutator_tls(void*);
8787
extern void* mmtk_close_mutator_iterator(void*);
88-
88+
extern void mmtk_store_obj_size_c(void* obj, size_t size);
8989

9090
/**
9191
* VM Accounting
@@ -106,6 +106,11 @@ extern void mmtk_add_phantom_candidate(void* ref);
106106
extern void mmtk_harness_begin(void *tls);
107107
extern void mmtk_harness_end(void);
108108

109+
/**
110+
* Copying
111+
*/
112+
extern const void* MMTK_SIDE_VO_BIT_BASE_ADDRESS;
113+
109114
#ifdef __cplusplus
110115
}
111116
#endif

0 commit comments

Comments
 (0)