memoryUsedKB method

int memoryUsedKB()

Implementation

int memoryUsedKB() =>
    gc(GarbageCollection.count) * 1024 + gc(GarbageCollection.countBytes);