Go to file
Jason Evans 7013d10a9e Avoid unnecessary isalloc() calls.
When heap profiling is enabled but deactivated, there is no need to call
isalloc(ptr) in prof_{malloc,realloc}().  Avoid these calls, so that
profiling overhead under such conditions is negligible.
2010-05-11 18:17:02 -07:00
jemalloc Avoid unnecessary isalloc() calls. 2010-05-11 18:17:02 -07:00
.gitignore Fix build system problems. 2010-04-07 23:37:35 -07:00