HomeSort by: relevance | last modified time | path
    Searched defs:kBatchClassID (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_local_cache.h 198 static const uptr kBatchClassID = SizeClassMap::kBatchClassID;
201 // allocated from kBatchClassID size class (except for those that are needed
202 // for kBatchClassID itself). The goal is to have TransferBatches in a totally
230 // kBatchClassID, except for kBatchClassID itself.
232 c->batch_class_id = (i == kBatchClassID) ? 0 : kBatchClassID;
sanitizer_allocator_size_class_map.h 139 static const uptr kBatchClassID = kNumClasses - 1;
147 // Estimate the result for kBatchClassID because this class does not know
150 if (UNLIKELY(class_id == kBatchClassID))
195 if (i == kBatchClassID)
211 if (c == kBatchClassID)

Completed in 37 milliseconds