Skip to content
Snippets Groups Projects
Commit 92f0dcbf authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Added malloc overhead to zone memory estimation.

- Added malloc overhead (sizeof(size_t) for each allocation, according to libc's malloc.c source file.
- Added minimal malloc chunk size (sizeof(size_t) * 3)
- With magic constant of 1.15, results are OK, but needs more tweaking, only tested with one set of RRs and only on a 64bit system.

Refs #37
parent 50f7678f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment