Searched refs:_dst (Results 1 – 1 of 1) sorted by relevance
103 CopyBandwidthBenchmark() : BandwidthBenchmark(), _src(NULL), _dst(NULL) { } in CopyBandwidthBenchmark()110 if (_dst) { in setSize()111 free(_dst); in setSize()112 _dst = NULL; in setSize()126 _dst = reinterpret_cast<char*>(memalign(64, _size)); in setSize()127 if (!_dst) { in setSize()139 if (_dst) { in ~CopyBandwidthBenchmark()140 free(_dst); in ~CopyBandwidthBenchmark()141 _dst = NULL; in ~CopyBandwidthBenchmark()147 memset(_dst, 0, _size); in verify()[all …]