bareos: master 5383cf47

Author Committer Branch Timestamp Parent
arogge arogge master 2021-11-24 20:01 master f7935a1b Pending
Changeset poolmem: use plain malloc()/free() instead of pool

Historically, Bareos had pooled memory. However, nowadays operating
systems are a lot better at handling memory than we are, so this patch
removes the memory pooling and just calls malloc() and free() everytime
memory is requested or returned.
mod - core/src/lib/mem_pool.cc Diff File