Uses of Class
com.mojang.blaze3d.vertex.TlsfAllocator.Block
Packages that use TlsfAllocator.Block
-
Uses of TlsfAllocator.Block in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as TlsfAllocator.BlockModifier and TypeFieldDescriptionprivate final TlsfAllocator.BlockTlsfAllocator.Allocation.blockprivate final @Nullable TlsfAllocator.Block[]TlsfAllocator.freeLists(package private) @Nullable TlsfAllocator.BlockTlsfAllocator.Block.nextFreeBlock(package private) @Nullable TlsfAllocator.BlockTlsfAllocator.Block.nextPhysicalBlock(package private) @Nullable TlsfAllocator.BlockTlsfAllocator.Block.previousFreeBlock(package private) @Nullable TlsfAllocator.BlockTlsfAllocator.Block.previousPhysicalBlockMethods in com.mojang.blaze3d.vertex that return TlsfAllocator.BlockModifier and TypeMethodDescriptionprivate @Nullable TlsfAllocator.BlockTlsfAllocator.getBlockFromFreeList(int firstLevelIndex, int secondLevelIndex) Methods in com.mojang.blaze3d.vertex with parameters of type TlsfAllocator.BlockModifier and TypeMethodDescriptionprivate voidTlsfAllocator.insertFreeBlock(TlsfAllocator.Block block) private voidTlsfAllocator.mergeBlockWithNext(TlsfAllocator.Block block) private voidTlsfAllocator.mergeBlockWithPrevious(TlsfAllocator.Block block) private voidTlsfAllocator.removeFreeBlock(TlsfAllocator.Block block, int firstLevel, int secondLevel) private voidTlsfAllocator.setBlockFreeList(int firstLevelIndex, int secondLevelIndex, @Nullable TlsfAllocator.Block block) private voidTlsfAllocator.trimBlock(TlsfAllocator.Block block, long size) Constructors in com.mojang.blaze3d.vertex with parameters of type TlsfAllocator.BlockModifierConstructorDescriptionprivateAllocation(TlsfAllocator.Block block, long offsetFromHeap) privateBlock(long size, TlsfAllocator.Heap heap, long offsetFromHeap, @Nullable TlsfAllocator.Block nextFreeBlock, @Nullable TlsfAllocator.Block previousFreeBlock, @Nullable TlsfAllocator.Block nextPhysicalBlock, @Nullable TlsfAllocator.Block previousPhysicalBlock)