Jython 2.7.4
org.python.modules.jffi
AllocatedDirectMemory
Top
Methods
org.python.modules.jffi
public
Interface AllocatedDirectMemory
extends
DirectMemory
Known Direct Implementers
org.
python.
modules.
jffi.
AllocatedNativeMemory
Method Summary
Modifier and Type
Method and Description
public
void
free
()
public
void
setAutoRelease
(
boolean autorelease
)
Inherited from
org.python.modules.jffi.DirectMemory
:
getAddress
Method Detail
free
back to summary
public
void
free
()
setAutoRelease
back to summary
public
void
setAutoRelease
(
boolean autorelease
)