Lines Matching refs:allocationSize
1054 …const size_t allocationSize = LargeObjectCache::alignToBin(size+headersSize+rml::internal::largeOb… in LOCModelTester() local
1055 const int binIdx = defaultMemPool->extMemPool.loc.largeCache.sizeToIdx( allocationSize ); in LOCModelTester()
1059 …cheTypeProps> cacheBinModel(defaultMemPool->extMemPool.loc.largeCache.bin[binIdx], allocationSize); in LOCModelTester()
1069 … scen.saveLmb(defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize)); in LOCModelTester()
1140 …const size_t allocationSize = LargeObjectCache::alignToBin(size+headersSize+rml::internal::largeOb… in operator ()() local
1145 defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize) ); in operator ()()
1176 …size_t allocationSize = LargeObjectCache::alignToBin(size+headersSize+rml::internal::largeObjectAl… in operator ()() local
1181 … lmbArray[i] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in operator ()()
1532 size_t allocationSize = alignedSizeFromIdx(idx); in populateCache() local
1534 … loArray[localIdx] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in populateCache()
1537 … loArray[localIdx] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in populateCache()