Searched refs:released_bytes (Results 1 – 1 of 1) sorted by relevance
1094 const size_t released_bytes = reservation->Release(start_free); in AllocateChunk() local1095 DCHECK_GE(size_, released_bytes); in AllocateChunk()1096 size_ -= released_bytes; in AllocateChunk()1098 static_cast<int>(released_bytes)); in AllocateChunk()