NativeMemory.AlignedFree(Void*) Method

Definition

Important

This API is not CLS-compliant.

Frees an aligned block of memory.

C#
[System.CLSCompliant(false)]
public static void AlignedFree(void* ptr);

Parameters

ptr
Void*

A pointer to the aligned block of memory that should be freed.

Attributes

Remarks

This method does nothing if ptr is null.

This method is a thin wrapper over the C free API or a platform dependent aligned free API such as _aligned_free on Win32.

Applies to

Производ Верзије
.NET 6, 7, 8, 9, 10