ls - BSA++ AVG

Ls is a well-known unix comand used for listing directory's contents and their details

Inputs and trace's reports

We collect 2 traces of ls's allocation when invocated with these inputs:
  1. ls -R /etc => report input 1
  2. ls -aR /usr => report input 2
You can find all MallocLab's traces for ls here.

Allocator's configurations

  1. BSA++ AVG 10 => BSA++ with no AS, average popularity threshold 10
  2. BSA++ AVG 30 => BSA++ with no AS, average popularity threshold 30
  3. BSA++ AVG 50 => BSA++ with no AS, average popularity threshold 50
  4. BSA++ AVG 70 => BSA++ with no AS, average popularity threshold 70
  5. BSA++ AVG 90 => BSA++ with no AS, average popularity threshold 90

Time

Space

Return to the program's overview Return to the main page