Skip to content

nogc exceptions

Luna edited this page May 26, 2024 · 1 revision

Numem supports using Exceptions without the garbage collector, to do this a new exception base type, NuException is made available.

The catcher is responsible for freeing the exception memory, otherwise it will leak. A convenience free function is provided for NuException to allow this.

Clone this wiki locally