ls - BSA++

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++ 10 => BSA++ with no AS, popularity index threshold 10
  2. BSA++ 30 => BSA++ with no AS, popularity index threshold 30
  3. BSA++ 50 => BSA++ with no AS, popularity index threshold 50
  4. BSA++ 70 => BSA++ with no AS, popularity index threshold 70
  5. BSA++ 90 => BSA++ with no AS, popularity index threshold 90

Time

Space

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