Table of Contents

Delegate MemoryStreamFreeFunc

Namespace
Sdl3Sharp.IO
Assembly
Sdl3Sharp.dll

Represents a method that is used to free the memory buffer that a MemoryStream or a ReadOnlyMemoryStream was initialized with, when the stream is closed or disposed

public delegate void MemoryStreamFreeFunc(void* mem)

Parameters

mem void*

A pointer to the memory buffer to free. Always non-null.