CMS 3D CMS Logo

MatriplexCommon.cc
Go to the documentation of this file.
1 #include <cstdio>
2 
3 namespace Matriplex {
4  void align_check(const char *pref, void *adr) {
5  printf("%s 0x%llx - modulo 64 = %lld\n", pref, (long long unsigned)adr, (long long)adr % 64);
6  }
7 } // namespace Matriplex
void align_check(const char *pref, void *adr)