Skip to content

SdlNumAllocations

Get the number of outstanding (unfreed) allocations.

Definition

Unit: Neslib.Sdl3.Additional

function SdlNumAllocations: Integer; inline

Returns

Integer: The number of allocations or -1 if allocation counting is disabled.

Remarks

It is safe to call this function from any thread.

This only counts the number of allocations made with SDL's memory functions.