Searched refs:nextFreeOffset (Results 1 – 2 of 2) sorted by relevance
248 uint32_t nextFreeOffset; in Alloc() local256 nextFreeOffset = offset + size; in Alloc()257 mHeader->unusedOffset = nextFreeOffset; in Alloc()
223 uint32_t nextFreeOffset = offset + size; in Alloc() local224 if (UNLIKELY(nextFreeOffset > mSize)) { in Alloc()230 mHeader->unusedOffset = nextFreeOffset; in Alloc()