Uses of Record Class
club.doki7.glfw.datatype.GLFWallocator
Packages that use GLFWallocator
-
Uses of GLFWallocator in club.doki7.glfw.datatype
Classes in club.doki7.glfw.datatype that implement interfaces with type arguments of type GLFWallocatorModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.glfw.datatype that return GLFWallocatorModifier and TypeMethodDescriptionGLFWallocator.allocate(@NotNull GLFWFunctionTypes.IGLFWallocatefun value) GLFWallocator.allocate(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWallocatefun value) GLFWallocator.allocate(@NotNull MemorySegment value) static GLFWallocator@NotNull GLFWallocatorGLFWallocator.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static GLFWallocatorGLFWallocator.clone(Arena arena, GLFWallocator src) GLFWallocator.deallocate(@Nullable IPointer pointer) GLFWallocator.deallocate(@NotNull GLFWFunctionTypes.IGLFWdeallocatefun value) GLFWallocator.deallocate(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWdeallocatefun value) GLFWallocator.deallocate(@NotNull MemorySegment value) GLFWallocator.reallocate(@Nullable IPointer pointer) GLFWallocator.reallocate(@NotNull GLFWFunctionTypes.IGLFWreallocatefun value) GLFWallocator.reallocate(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWreallocatefun value) GLFWallocator.reallocate(@NotNull MemorySegment value) GLFWallocator.Ptr.toArray()GLFWallocator.user(@NotNull MemorySegment value) Methods in club.doki7.glfw.datatype that return types with arguments of type GLFWallocatorMethods in club.doki7.glfw.datatype with parameters of type GLFWallocatorModifier and TypeMethodDescriptionstatic GLFWallocatorGLFWallocator.clone(Arena arena, GLFWallocator src) voidGLFWallocator.Ptr.write(long index, @NotNull GLFWallocator value) Method parameters in club.doki7.glfw.datatype with type arguments of type GLFWallocatorModifier and TypeMethodDescriptionGLFWallocator.Ptr.at(long index, @NotNull Consumer<@NotNull GLFWallocator> consumer)