Searched defs:JNIDeallocator (Results 1 – 2 of 2) sorted by relevance
14 class JNIDeallocator(private val shouldCreateDestructorThread: Boolean = true) { in deallocate() class