// // Cforall Version 1.0.0 Copyright (C) 2018 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // Heap.cc -- // // Author : Peter A. Buhr // Created On : // Last Modified By : Peter A. Buhr // Last Modified On : Thu May 3 16:16:10 2018 // Update Count : 2 // namespace HeapStats{ void newPass( const char * const name ) {} void printStats() {} }