Skip to content

Commit c8e09f3

Browse files
authored
Merge pull request #173 from Unity-Technologies/gc-safe-embedding-api
Gc safe embedding api changes
2 parents 81b3ce7 + cb9f9f5 commit c8e09f3

File tree

11 files changed

+403
-196
lines changed

11 files changed

+403
-196
lines changed

src/coreclr/dlls/mscoree/mscorwks_ntdef.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,15 @@ EXPORTS
272272
mono_unity_array_new_2d
273273
mono_unity_array_new_3d
274274
mono_unity_array_object_header_size
275+
mono_unity_assembly_has_attribute
275276
mono_unity_assembly_mempool_chunk_foreach
276277
mono_unity_capture_memory_snapshot
277278
mono_unity_class_field_is_literal
278279
mono_unity_class_for_each
279280
mono_unity_class_get
280281
mono_unity_class_get_data_size
281282
mono_unity_class_get_generic_type_definition
283+
mono_unity_class_has_attribute
282284
mono_unity_class_has_failure
283285
mono_unity_class_is_abstract
284286
mono_unity_class_is_interface
@@ -307,6 +309,7 @@ EXPORTS
307309
mono_unity_loader_get_last_error_and_error_prepare_exception
308310
mono_unity_managed_callstack
309311
mono_unity_method_get_function_pointer
312+
mono_unity_method_has_attribute
310313
mono_unity_object_header_size
311314
mono_unity_offset_of_array_bounds_in_array_object_header
312315
mono_unity_offset_of_array_length_in_array_object_header

src/coreclr/dlls/mscoree/mscorwks_unixexports.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ mono_unity_allocation_granularity
258258
mono_unity_array_new_2d
259259
mono_unity_array_new_3d
260260
mono_unity_array_object_header_size
261+
mono_unity_assembly_has_attribute
261262
mono_unity_assembly_mempool_chunk_foreach
262263
mono_unity_backtrace_from_context
263264
mono_unity_capture_memory_snapshot
@@ -266,6 +267,7 @@ mono_unity_class_for_each
266267
mono_unity_class_get
267268
mono_unity_class_get_data_size
268269
mono_unity_class_get_generic_type_definition
270+
mono_unity_class_has_attribute
269271
mono_unity_class_has_failure
270272
mono_unity_class_is_abstract
271273
mono_unity_class_is_interface
@@ -295,6 +297,7 @@ mono_unity_liveness_free_struct
295297
mono_unity_loader_get_last_error_and_error_prepare_exception
296298
mono_unity_managed_callstack
297299
mono_unity_method_get_function_pointer
300+
mono_unity_method_has_attribute
298301
mono_unity_object_header_size
299302
mono_unity_offset_of_array_bounds_in_array_object_header
300303
mono_unity_offset_of_array_length_in_array_object_header

0 commit comments

Comments
 (0)