tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
BlockFile.numberOfBlocks
tagion
dart
BlockFile
BlockFile
class
BlockFile
const pure nothrow @
nogc
ulong
numberOfBlocks
(
const
ulong
size
)
Parameters
size
ulong
size of data bytes
Return Value
Type:
ulong
The number of blocks used to allocate size bytes
Meta
Source
See Implementation
tagion
dart
BlockFile
BlockFile
aliases
BlockFileStatistic
RecyclerFileStatistic
constructors
this
destructors
~this
functions
cacheLoad
cache_empty
cache_len
claim
close
createHeader
dispose
dump
empty
hasHeader
headerBlock
index_to_seek
lastBlockIndex
load
masterBlock
numberOfBlocks
opSlice
readInitial
recycleDump
recycleStatisticDump
recyclerStatistic
root_index
save
seek
statistic
statisticDump
store
writeMasterBlock
writeRecyclerStatistic
writeStatistic
manifest constants
DEFAULT_BLOCK_SIZE
FILE_LABEL
static functions
create
opCall
reset
static variables
do_not_write
structs
BlockSegmentRange
HeaderBlock
MasterBlock
variables
BLOCK_SIZE
_last_block_index
_recycler_statistic
_statistic
block_chains
file
headerblock
masterblock
read_only
recycler