Uses of Record Class
club.doki7.ffm.ptr.PointerPtr
Packages that use PointerPtr
-
Uses of PointerPtr in club.doki7.ffm.ptr
Methods in club.doki7.ffm.ptr that return PointerPtrModifier and TypeMethodDescriptionstatic @NotNull PointerPtrstatic @NotNull PointerPtrstatic @NotNull PointerPtrPointerPtr.allocate(@NotNull Arena arena, Collection<@Nullable IPointer> pointers) static @NotNull PointerPtrPointerPtr.allocateR(@NotNull Arena arena, Collection<@NotNull MemorySegment> segments) static @NotNull PointerPtrPointerPtr.allocateStrings(@NotNull Arena arena, @Nullable String @NotNull [] strings) static @NotNull PointerPtrPointerPtr.allocateStrings(@NotNull Arena arena, @Nullable String string0, @Nullable String @NotNull ... strings) static @NotNull PointerPtrPointerPtr.allocateStrings(@NotNull Arena arena, @NotNull Collection<@Nullable String> strings) static @NotNull PointerPtrPointerPtr.allocateV(@NotNull Arena arena, @Nullable IPointer pointer0, @Nullable IPointer... pointers) static @NotNull PointerPtrPointerPtr.allocateV(@NotNull Arena arena, @NotNull MemorySegment segment0, @NotNull MemorySegment... segments) static @Nullable PointerPtrPointerPtr.checked(@NotNull MemorySegment segment) @NotNull PointerPtrPointerPtr.offset(long offset) @NotNull PointerPtrPointerPtr.reinterpret(long newSize) @NotNull PointerPtrPointerPtr.slice(long end) @NotNull PointerPtrPointerPtr.slice(long start, long end)