Uses of Class
one.nio.mem.ArenaAllocator.Arena
-
Packages that use ArenaAllocator.Arena Package Description one.nio.mem -
-
Uses of ArenaAllocator.Arena in one.nio.mem
Fields in one.nio.mem declared as ArenaAllocator.Arena Modifier and Type Field Description private ArenaAllocator.ArenaArenaAllocator. current(package private) ArenaAllocator.ArenaArenaAllocator.Arena. prevMethods in one.nio.mem that return ArenaAllocator.Arena Modifier and Type Method Description private ArenaAllocator.ArenaArenaAllocator. getNextArena(ArenaAllocator.Arena current, long size)Methods in one.nio.mem with parameters of type ArenaAllocator.Arena Modifier and Type Method Description private ArenaAllocator.ArenaArenaAllocator. getNextArena(ArenaAllocator.Arena current, long size)Constructors in one.nio.mem with parameters of type ArenaAllocator.Arena Constructor Description Arena(ArenaAllocator.Arena prev, long addr, long size)
-