Home
last modified time | relevance | path

Searched refs:nextFreeOffset (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dshared_block.cpp248 uint32_t nextFreeOffset; in Alloc() local
256 nextFreeOffset = offset + size; in Alloc()
257 mHeader->unusedOffset = nextFreeOffset; in Alloc()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp223 uint32_t nextFreeOffset = offset + size; in Alloc() local
224 if (UNLIKELY(nextFreeOffset > mSize)) { in Alloc()
230 mHeader->unusedOffset = nextFreeOffset; in Alloc()