memorySizeWith abstract method

void memorySizeWith(
  1. MemoryCounter counter,
  2. T instance
)

Estimates memory usage with an instance of MemoryCounter.

Implementation

void memorySizeWith(MemoryCounter counter, T instance);