printf("[SCALFMM-MEMSTAT] Total number of allocations %lld\n",numberOfAllocations);
printf("[SCALFMM-MEMSTAT] Total number of allocations %llu\n",numberOfAllocations);
printf("[SCALFMM-MEMSTAT] Memory used at the end %lu Bytes (%f MB)\n",FMemStats::controler.getCurrentAllocated(),FMemStats::controler.getCurrentAllocatedMB());
printf("[SCALFMM-MEMSTAT] Max memory used %lld Bytes (%f MB)\n",FMemStats::controler.getMaxAllocated(),FMemStats::controler.getMaxAllocatedMB());
printf("[SCALFMM-MEMSTAT] Total memory used %lld Bytes (%f MB)\n",FMemStats::controler.getTotalAllocated(),FMemStats::controler.getTotalAllocatedMB());
printf("[SCALFMM-MEMSTAT] Max memory used %llu Bytes (%f MB)\n",FMemStats::controler.getMaxAllocated(),FMemStats::controler.getMaxAllocatedMB());
printf("[SCALFMM-MEMSTAT] Total memory used %llu Bytes (%f MB)\n",FMemStats::controler.getTotalAllocated(),FMemStats::controler.getTotalAllocatedMB());