FreeListTester.lengthCheck

Checks that the contents of the free list match the expected values. Derived classes can add additional checks by overriding.

class FreeListTester(I)
protected
void
lengthCheck

Parameters

expected_busy size_t

expected number of busy items

expected_idle size_t

expected number of idle items

Meta