Uses of Record Class
club.doki7.vma.handle.VmaVirtualAllocation
Packages that use VmaVirtualAllocation
-
Uses of VmaVirtualAllocation in club.doki7.vma
Methods in club.doki7.vma with parameters of type VmaVirtualAllocationModifier and TypeMethodDescriptionvoidVMA.getVirtualAllocationInfo(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, IVmaVirtualAllocationInfo pVirtualAllocInfo) Returns information about a specific virtual allocation within a virtual block, like its size andpUserDatapointer.voidVMA.setVirtualAllocationUserData(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, @NotNull MemorySegment pUserData) Changes custom pointer associated with given virtual allocation.voidVMA.virtualFree(VmaVirtualBlock virtualBlock, @Nullable VmaVirtualAllocation allocation) Frees virtual allocation inside givenVmaVirtualBlock. -
Uses of VmaVirtualAllocation in club.doki7.vma.handle
Classes in club.doki7.vma.handle that implement interfaces with type arguments of type VmaVirtualAllocationModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVmaVirtualAllocationhandle(s) in native memory.Methods in club.doki7.vma.handle that return VmaVirtualAllocationModifier and TypeMethodDescription@Nullable VmaVirtualAllocationVmaVirtualAllocation.Ptr.read()@Nullable VmaVirtualAllocationVmaVirtualAllocation.Ptr.read(long index) Methods in club.doki7.vma.handle that return types with arguments of type VmaVirtualAllocationModifier and TypeMethodDescription@NotNull Iterator<VmaVirtualAllocation> VmaVirtualAllocation.Ptr.iterator()Methods in club.doki7.vma.handle with parameters of type VmaVirtualAllocationModifier and TypeMethodDescriptionstatic VmaVirtualAllocation.PtrVmaVirtualAllocation.Ptr.allocate(Arena arena, @Nullable VmaVirtualAllocation @NotNull [] values) static VmaVirtualAllocation.PtrVmaVirtualAllocation.Ptr.allocateV(Arena arena, @Nullable VmaVirtualAllocation value0, @Nullable VmaVirtualAllocation... values) voidVmaVirtualAllocation.Ptr.write(long index, @Nullable VmaVirtualAllocation value) voidVmaVirtualAllocation.Ptr.write(@Nullable VmaVirtualAllocation value) voidVmaVirtualAllocation.Ptr.write(@Nullable VmaVirtualAllocation[] values) voidVmaVirtualAllocation.Ptr.writeV(@Nullable VmaVirtualAllocation value0, @Nullable VmaVirtualAllocation... values) Method parameters in club.doki7.vma.handle with type arguments of type VmaVirtualAllocationModifier and TypeMethodDescriptionstatic VmaVirtualAllocation.PtrVmaVirtualAllocation.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VmaVirtualAllocation> values)