bareos: master 6be64bd6

Author Committer Branch Timestamp Parent
franku franku master 2020-11-26 17:42 master cc448f9c 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