Prevent the garbage collector from freeing or moving a memory region. Necessary when passing data to C which might not have any remaining pointers to it in D heap memory.
Pointer to anywhere inside the region to prevent collection/move of
Prevent the garbage collector from freeing or moving a memory region. Necessary when passing data to C which might not have any remaining pointers to it in D heap memory.