FileHeaderBlockAllocateFreeBlocks Method

Allocates a sequential number of blocks at the end of the file and returns the starting address of the allocation

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public uint AllocateFreeBlocks(
	uint count
)

Parameters

count  UInt32
the number of blocks to allocate

Return Value

UInt32
the address of the first block of the allocation

See Also