Home
last modified time | relevance | path

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

/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dstddev.H321 _histogramAlloc = 1024 * 1024; in histogramStatistics()
323 _histogram = new uint64 [_histogramAlloc]; in histogramStatistics()
325 memset(_histogram, 0, sizeof(uint64) * _histogramAlloc); in histogramStatistics()
336 while (_histogramAlloc <= data)
337 …resizeArray(_histogram, _histogramMax+1, _histogramAlloc, _histogramAlloc * 2, _raAct::copyData | …
479 uint64 _histogramAlloc; // Maximum allocated value variable