C# Class ServerToolkit.BufferManagement.MemorySlab.FreeSpace

Represents an unallocated memory block within the slab
显示文件 Open project: tenor/ServerToolkit

Public Properties

Property Type Description
Length long
Offset long

Public Methods

Method Description
FreeSpace ( long offset, long length ) : System

Method Details

FreeSpace() public method

public FreeSpace ( long offset, long length ) : System
offset long
length long
return System

Property Details

Length public_oe property

The length of the free block
public long Length
return long

Offset public_oe property

The offset within the slab array where the free block begins
public long Offset
return long