Loading ChangeLog +4 −0 Original line number Diff line number Diff line Changes in version 0.2.0.2-?? - 2008-02-?? o Minor bugfixes: - Log the correct memory chunk sizes for empty RAM chunks in mempool.c Changes in version 0.2.0.19-alpha - 2008-02-09 o Major features: - Do not include recognizeable strings in the commonname part of Loading src/common/mempool.c +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ mp_pool_log_status(mp_pool_t *pool, int severity) bytes_allocated += chunk->mem_size; } log_fn(severity, LD_MM, U64_FORMAT" bytes in %d empty chunks", U64_PRINTF_ARG(bytes_used), pool->n_empty_chunks); U64_PRINTF_ARG(bytes_allocated), pool->n_empty_chunks); for (chunk = pool->used_chunks; chunk; chunk = chunk->next) { ++n_used; bu += chunk->n_allocated * pool->item_alloc_size; Loading Loading
ChangeLog +4 −0 Original line number Diff line number Diff line Changes in version 0.2.0.2-?? - 2008-02-?? o Minor bugfixes: - Log the correct memory chunk sizes for empty RAM chunks in mempool.c Changes in version 0.2.0.19-alpha - 2008-02-09 o Major features: - Do not include recognizeable strings in the commonname part of Loading
src/common/mempool.c +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ mp_pool_log_status(mp_pool_t *pool, int severity) bytes_allocated += chunk->mem_size; } log_fn(severity, LD_MM, U64_FORMAT" bytes in %d empty chunks", U64_PRINTF_ARG(bytes_used), pool->n_empty_chunks); U64_PRINTF_ARG(bytes_allocated), pool->n_empty_chunks); for (chunk = pool->used_chunks; chunk; chunk = chunk->next) { ++n_used; bu += chunk->n_allocated * pool->item_alloc_size; Loading