commit | e44989369d819d20edeb6bc2ea40a4c3a512610e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 22 21:13:05 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 22 23:20:21 2021 +0100 |
tree | 0c23e417ad7f0bff1337b523badec2be377c699f | |
parent | 6922e550eb9982481bb6f47fe4267f03e0641069 [diff] |
CLEANUP: quic: use pool_zalloc() instead of pool_alloc+memset Two places used to alloc then zero the area, let's have the allocator do it.