reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
32 void *batch[kSize]; 46 CHECK_LT(count, kSize); 52 return count + from->count <= kSize; 56 CHECK_LE(count + from->count, kSize); 222 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize) { 287 uptr quarantine_chunks_capacity = batch_count * QuarantineBatch::kSize;