bareos: bareos-19.2 a17d7d01

Author Committer Branch Timestamp Parent
franku franku bareos-19.2 2020-11-26 17:42 bareos-19.2 1a8cbe85 Pending
Changeset mem_pool: several improvements

- use a fixed integer instead of const variable
- block mutex only as long as needed
- lock mutex for pool 0, too
- do not lock mutex during free syscall
- use std::max instead of explicit comparison
- and put some comments to the right place
mod - core/src/lib/mem_pool.cc Diff File