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
Loading
Please register or sign in to comment