Package | Description |
---|---|
com.kenai.jffi |
Modifier and Type | Field and Description |
---|---|
(package private) ClosurePool |
ClosurePool.MagazineHolder.pool |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<CallContext,java.lang.ref.Reference<ClosurePool>> |
ClosureManager.poolMap
ClosurePool instances are linked via a SoftReference in the lookup map, so
when all closure instances that that were allocated from the ClosurePool have been
reclaimed, and there is memory pressure, the native closure pool can be freed.
|
Modifier and Type | Method and Description |
---|---|
ClosurePool |
ClosureManager.getClosurePool(CallContext callContext) |
Constructor and Description |
---|
MagazineHolder(ClosurePool pool,
ClosurePool.Magazine magazine) |