Searched refs:TempCacheBlk (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/cache/
H A Dcache_blk.hh442 class TempCacheBlk final : public CacheBlk
455 TempCacheBlk(unsigned size) : CacheBlk() function in class:final
459 TempCacheBlk(const TempCacheBlk&) = delete;
460 TempCacheBlk& operator=(const TempCacheBlk&) = delete;
461 ~TempCacheBlk() { delete [] data; };
H A Dbase.hh363 TempCacheBlk *tempBlock;
H A Dbase.cc121 tempBlock = new TempCacheBlk(blkSize);

Completed in 14 milliseconds