ls - BSA++ VAR

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++ VAR 115 => BSA++ with no AS, popularity index threshold >= 15, variance popularity threshold 115
  2. BSA++ VAR 230 => BSA++ with no AS, popularity index threshold >= 15, variance popularity threshold 230
  3. BSA++ VAR 345 => BSA++ with no AS, popularity index threshold >= 15, variance popularity threshold 345
  4. BSA++ VAR 460 => BSA++ with no AS, popularity index threshold >= 15, variance popularity threshold 460
  5. BSA++ VAR 575 => BSA++ with no AS, popularity index threshold >= 15, variance popularity threshold 575
  6. BSA++ VAR 690 => BSA++ with no AS, popularity index threshold >= 15, variance popularity threshold 690
  7. BSA++ VAR 805 => BSA++ with no AS, popularity index threshold >= 15, variance popularity threshold 805
  8. BSA++ VAR 920 => BSA++ with no AS, popularity index threshold >= 15, variance popularity threshold 920

Time

Space

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