class MemoryCounter

Thread safe class used for storing total number of memory allocations and deallocations, primarily for statistic purposes.

Public

Methods

staticGetAllocationCount

static uint64_t GetAllocationCount()

staticGetFreeCount

static uint64_t GetFreeCount()

Private

Methods

staticIncrementAllocationCount

static void IncrementAllocationCount()

staticIncrementFreeCount

static void IncrementFreeCount()