DefaultPile AllocatedMemoryBytes Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns the number of bytes allocated by this pile from the system memory heap. As pile pre-allocates memory in segments, it is absolutely normal to have this property return 100s of megabytes even when pile is almost empty. This property may return close to all physical memory available

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public long AllocatedMemoryBytes { get; }

Property Value

Type: OnlineInt64

Implements

IPileStatus AllocatedMemoryBytes
See Also