Lines Matching refs:loc
375 uintptr_t startTime = extMemPool->loc.getCurrTimeRange(timeRange); in operator ()()
420 …n->putList(prep.head, prep.tail, bitMask, idx, prep.putListNum, extMemPool->loc.hugeSizeThreshold); in operator ()()
422 needCleanup = extMemPool->loc.isCleanupNeededOnRange(timeRange, startTime); in operator ()()
457 extMemPool->loc.doCleanup( func.getCurrTime(), /*doThreshDecr=*/false); in ExecuteOperation()
986 LargeMemoryBlock* lmb = loc.get(allocationSize); in mallocLargeObject()
996 loc.updateCacheState(decrease, allocationSize); in mallocLargeObject()
1013 loc.put(mBlock); in freeLargeObject()
1018 loc.putList(head); in freeLargeObjectList()
1025 ret = loc.regularCleanup(); in softCachesCleanup()
1046 ret |= loc.cleanAll(); in hardCachesCleanup()
1060 loc.registerRealloc(oldUnalignedSize, lmb->unalignedSize); in remap()