mirror of https://github.com/ceph/go-ceph
1c72979ce0
This adds a test that assures that the special //go:uintptrescapes comment before the storeUntilRelease() function works as intended, that is the garbage collector doesn't touch the object referenced by the uintptr until the function returns after Release() is called. The test will fail if the //go:uintptrescapes comment is disabled (removed) or stops working in future versions of go. Signed-off-by: Sven Anderson <sven@redhat.com> |
||
---|---|---|
.. | ||
callbacks | ||
cutil | ||
errutil | ||
retry | ||
timespec |