# File lib/innodb/page/index.rb, line 193
  def used_space
    size - free_space
  end