A consumer of a MemoryView no longer guards the original object.
[ci skip]
This commit is contained in:
Kenta Murata 2020-12-25 01:47:09 +09:00
Родитель ddacff2b41
Коммит 7a4b8d8700
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CEFE8AFB6081B062
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -37,9 +37,7 @@ typedef struct {
} rb_memory_view_item_component_t;
typedef struct {
/* The original object that has the memory exported via this memory view.
* The consumer of this memory view has the responsibility to call rb_gc_mark
* for preventing this obj collected by GC. */
/* The original object that has the memory exported via this memory view. */
VALUE obj;
/* The pointer to the exported memory. */