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 TypeMethodDescriptionvoid
VMA.getVirtualAllocationInfo
(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, IVmaVirtualAllocationInfo pVirtualAllocInfo) Returns information about a specific virtual allocation within a virtual block, like its size andpUserData
pointer.void
VMA.setVirtualAllocationUserData
(VmaVirtualBlock virtualBlock, VmaVirtualAllocation allocation, @NotNull MemorySegment pUserData) Changes custom pointer associated with given virtual allocation.void
VMA.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 record
Represents a pointer toVmaVirtualAllocation
handle(s) in native memory.Methods in club.doki7.vma.handle that return VmaVirtualAllocationModifier and TypeMethodDescription@Nullable VmaVirtualAllocation
VmaVirtualAllocation.Ptr.read()
@Nullable VmaVirtualAllocation
VmaVirtualAllocation.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.Ptr
VmaVirtualAllocation.Ptr.allocate
(Arena arena, @Nullable VmaVirtualAllocation @NotNull [] values) static VmaVirtualAllocation.Ptr
VmaVirtualAllocation.Ptr.allocateV
(Arena arena, @Nullable VmaVirtualAllocation value0, @Nullable VmaVirtualAllocation... values) void
VmaVirtualAllocation.Ptr.write
(long index, @Nullable VmaVirtualAllocation value) void
VmaVirtualAllocation.Ptr.write
(@Nullable VmaVirtualAllocation value) void
VmaVirtualAllocation.Ptr.write
(@Nullable VmaVirtualAllocation[] values) void
VmaVirtualAllocation.Ptr.writeV
(@Nullable VmaVirtualAllocation value0, @Nullable VmaVirtualAllocation... values) Method parameters in club.doki7.vma.handle with type arguments of type VmaVirtualAllocationModifier and TypeMethodDescriptionstatic VmaVirtualAllocation.Ptr
VmaVirtualAllocation.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VmaVirtualAllocation> values)