Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ServerToolkit
BufferManagement
MemorySlab.FreeSpace
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