Mercurial > hg > svcore
diff data/fft/FFTMemoryCache.h @ 335:02d2ad95ea52 spectrogram-cache-rejig
* Get storage advice for each cache in an FFT data server. Allows us to be
more confident about the actual memory situation and cut over from memory
to disc part way through an FFT calculation if necessary. StorageAdviser
is now a bit too optimistic though (it's too keen to allocate large numbers
of small blocks in memory).
author | Chris Cannam |
---|---|
date | Tue, 13 Nov 2007 13:54:10 +0000 |
parents | aa8dbac62024 |
children | 115f60df1e4d |
line wrap: on
line diff
--- a/data/fft/FFTMemoryCache.h Sun Nov 11 20:31:12 2007 +0000 +++ b/data/fft/FFTMemoryCache.h Tue Nov 13 13:54:10 2007 +0000 @@ -109,6 +109,8 @@ static size_t getCacheSize(size_t width, size_t height, StorageType type); + virtual Type getType() { return MemoryCache; } + private: size_t m_width; size_t m_height;