eo ptr ind: minimize amount of wasted memory
authorJérémy Zurcher <jeremy@asynk.ch>
Thu, 16 May 2013 09:46:20 +0000 (11:46 +0200)
committerJérémy Zurcher <jeremy@asynk.ch>
Thu, 16 May 2013 11:17:11 +0000 (13:17 +0200)
commit00af0e77e327d8ca8e1d78caaf0cfdd1251c0fd2
treef3427d32684200707ca57b63621f929b2c8b674d
parenta9e69d519cd5240320e278cdc4efa8b1723a5fa1
eo ptr ind: minimize amount of wasted memory

- because of mmap PAGE_SIZE alignement and added magic header, almost a
  memory page is wasted per table and mid table allocation.
- reducing the number of tables per mid table and the number of entries
  per table solves this.
src/lib/eo/eo_ptr_indirection.c