Home
last modified time | relevance | path

Searched refs:kPreallocatedCount (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp114 constexpr size_t kPreallocatedCount = 1024; in MemoryCache() local
116 freeSlotsSpace.reserve(kPreallocatedCount); in MemoryCache()
118 mMemoryCache.reserve(kPreallocatedCount); in MemoryCache()
119 mCacheCleaner.reserve(kPreallocatedCount); in MemoryCache()