GDExtensionInterfaceMemRealloc typedef

@name mem_realloc @since 4.1

Reallocates memory.

@param p_ptr A pointer to the previously allocated memory. @param p_bytes The number of bytes to resize the memory block to.

@return A pointer to the allocated memory, or NULL if unsuccessful.

Implementation

typedef GDExtensionInterfaceMemRealloc =
    ffi.Pointer<ffi.NativeFunction<GDExtensionInterfaceMemReallocFunction>>;