Allocate(Int64) | Allocates the specified amount of physical memory for this instance and fills the memory with zeros. |
Allocate(Int64, Byte) | Allocates the specified amount of physical memory for this instance and fills the memory with the specified value. |