diff options
author | 2021-04-04 17:56:55 +1000 | |
---|---|---|
committer | 2021-04-13 15:47:31 +1000 | |
commit | 463fb4a722d6dd7ad9b30481972210abd0317c97 (patch) | |
tree | e88de36f4fb58397b4110f8681d7301441f8247f /regress/lib/libpthread/stack/stack.c | |
parent | Use SMR for wg_noise (diff) | |
download | wireguard-openbsd-463fb4a722d6dd7ad9b30481972210abd0317c97.tar.xz wireguard-openbsd-463fb4a722d6dd7ad9b30481972210abd0317c97.zip |
Use malloc instead of pool_* for infrequent allocations
We can get rid of the pool overhead by using the malloc family of
functions. This does lose us the ability to see directly how much each
allocation is using, but it if we really want that, maybe we add new
malloc types? Either way, not something we need at the moment.
Diffstat (limited to 'regress/lib/libpthread/stack/stack.c')
0 files changed, 0 insertions, 0 deletions