Class BGFXAllocatorVtbl

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class BGFXAllocatorVtbl extends Struct<BGFXAllocatorVtbl> implements NativeResource
Allocator virtual table

Layout


 struct bgfx_allocator_vtbl_t {
     void * (*realloc) (bgfx_allocator_interface_t *_this, void *_ptr, size_t _size, size_t _align, char *_file, uint32_t _line);
 }