commit | 13843641e5d423e9c5939f3a3ebea0446491e247 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 17 16:57:25 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 19 15:24:33 2021 +0200 |
tree | fbc0977d8bbe7fab458d167f794159b1045fb704 | |
parent | 207c0950982c1a4208995f0e0638c45ed2923bda [diff] |
MINOR: pools: split the OS-based allocator in two Now there's one part dealing with the allocation itself and keeping counters up to date, and another one on top of it to return such an allocated pointer to the user and update the use count and stats. This is in anticipation for being able to group cache-related parts. The release code is still done at once.