Change the implementation of the malloc cache to keep lists of
authorotto <otto@openbsd.org>
Tue, 9 Mar 2021 07:39:28 +0000 (07:39 +0000)
committerotto <otto@openbsd.org>
Tue, 9 Mar 2021 07:39:28 +0000 (07:39 +0000)
commitc9c2a8bced2637f49891a0cc87ce149229a8c70e
treec43f6d73b988782e78fb7a02d274c4e86fd8c8ca
parentf81d19e4fc1dbd5f8e56db17e086e29ce50d1d47
Change the implementation of the malloc cache to keep lists of
regions of a given size.  In snaps for a while, committing since
no issues were reported and a wider audience is good.  ok deraadt@
lib/libc/stdlib/malloc.c