Mono Class Library: Mono.Unix.Native.Stdlib Overview | MembersMono.Unix.Native.Stdlib.free Method |
Free allocated memory. [Edit]
|
- ptr
- The start of a memory area to free. [Edit]
The free() function causes the allocated memory referenced by ptr to be made available for future allocations. If ptr is IntPtr.Zero, no action occurs. [Edit]
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0