#include "allocator.h"
#include <iostream>
#include <fstream>
#include "typestring.h"
Include dependency graph for allocator.cpp:
Namespaces | |
namespace | atlas |
namespace | atlas::allocator |
Functions | |
std::ostream & | atlas::memlog () |
void | atlas::allocator::reportAllocation (size_t n, size_t p, const typenumber::TypeData &td) |
void | atlas::allocator::reportConstruction (size_t n, size_t i, const typenumber::TypeData &td) |
void | atlas::allocator::reportCopyConstruction (size_t n, size_t i, const typenumber::TypeData &td) |
void | atlas::allocator::reportDeallocation (size_t n, size_t p, const typenumber::TypeData &td) |
void | atlas::allocator::reportDestruction (size_t n, size_t i, const typenumber::TypeData &td) |
void | atlas::allocator::reportDestructionError (size_t n, size_t p) |
void | atlas::allocator::reportHeterogeneousCopyConstruction (size_t n) |
std::ostream & | atlas::memlog () |