We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f1249 commit 86e9b9eCopy full SHA for 86e9b9e
mmtk/cbindgen.toml
@@ -20,6 +20,7 @@ typedef rb_thread_t* MMTk_VMMutatorThread;
20
typedef struct MMTk_GCThreadTLS* MMTk_VMWorkerThread;
21
typedef void* MMTk_Address;
22
typedef void* MMTk_ObjectReference;
23
+typedef void* MMTk_NullableObjectReference;
24
typedef uint32_t MMTk_AllocationSemantics;
25
"""
26
@@ -34,6 +35,7 @@ typedef uint32_t MMTk_AllocationSemantics;
34
35
"VMWorkerThread" = "MMTk_VMWorkerThread"
36
"Address" = "MMTk_Address"
37
"ObjectReference" = "MMTk_ObjectReference"
38
+"NullableObjectReference" = "MMTk_NullableObjectReference"
39
"RawVecOfObjRef" = "MMTk_RawVecOfObjRef"
40
"AllocationSemantics" = "MMTk_AllocationSemantics"
41
"GC_THREAD_KIND_CONTROLLER" = "MMTK_GC_THREAD_KIND_CONTROLLER"
0 commit comments