allocatedCount property

int get allocatedCount

Get count of currently allocated pointers

Implementation

int get allocatedCount => _allocatedPointers.length;