vtable property

Pointer<GhosttyAllocatorVtable> vtable
getter/setter pair

Pointer to the allocator's vtable containing function pointers for memory operations (alloc, resize, remap, free).

Implementation

external ffi.Pointer<GhosttyAllocatorVtable> vtable;