MemoryStressAllocate(Int64) Method

Allocates the specified amount of physical memory for this instance and fills the memory with zeros.

Definition

Namespace: DevCase.Core.IO.Devices.HardwareStress
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Allocate(
	long size
)

Parameters

size  Int64
The amount of physical memory to allocate, in bytes.

Exceptions

ArgumentException Value greater than 0 is required.

See Also