libbio
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
AllocationStats.h File Reference
#include "bio/common/macro/LanguageMacros.h"
#include "bio/common/macro/OptimizeMacros.h"
#include <cstddef>
#include <stdint.h>
Include dependency graph for AllocationStats.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bio::AllocationCounters
 

Namespaces

namespace  bio
 

Functions

AllocationCounters bio::GetAllocationCounters ()
 
void bio::ResetAllocationCounters ()
 
void bio::RecordContainerConstruction (uint64_t, std::size_t)
 
void bio::RecordContainerCopyConstruction ()
 
void bio::RecordContainerDestruction ()
 
void bio::RecordContainerBackingAllocation (uint64_t, std::size_t)
 
void bio::RecordContainerExpansion (uint64_t, std::size_t, bool=true)
 
void bio::RecordPhysicalSymmetryConstruction ()
 
void bio::RecordChemicalSymmetryConstruction ()
 
void bio::RecordClassPropertyRegistration ()
 
void bio::RecordClassTypeRegistration ()
 
void bio::RecordClassArchetypeConstruction ()