Searched refs:mUsedStartOffset (Results 1 – 2 of 2) sorted by relevance
37 mUsedStartOffset = request.endOffset; in Deallocate()82 if (mUsedStartOffset <= mUsedEndOffset) { in Allocate()91 } else if (allocationSize <= mUsedStartOffset) { // Try to sub-alloc at front. in Allocate()102 mUsedStartOffset) { // Otherwise, buffer is split where sub-alloc must be in Allocate()
55 uint64_t mUsedStartOffset = 0; // Head of used sub-alloc requests (in bytes). variable