Uses of Class
com.kenai.jffi.ClosurePool
Packages that use ClosurePool
-
Uses of ClosurePool in com.kenai.jffi
Fields in com.kenai.jffi declared as ClosurePoolModifier and TypeFieldDescription(package private) final ClosurePool
ClosurePool.MagazineHolder.pool
Fields in com.kenai.jffi with type parameters of type ClosurePoolModifier and TypeFieldDescriptionprivate final Map<CallContext,
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.Methods in com.kenai.jffi that return ClosurePoolModifier and TypeMethodDescriptionfinal ClosurePool
ClosureManager.getClosurePool
(CallContext callContext) Constructors in com.kenai.jffi with parameters of type ClosurePool