|
|
|
|
|
by nraynaud
4099 days ago
|
|
nope, when you have handles on resources outside managed memory, the GC is out and you need to have an acquire/release mechanism. This resource will probably have a bit of state visible on the managed side, so there will be some pinned memory. |
|