]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: cygheap: compute bucket instead of looping over it
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 1 Mar 2024 21:27:40 +0000 (22:27 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 1 Mar 2024 21:35:22 +0000 (22:35 +0100)
commitabb532a87ff6ed37f6ee2c8a58c65178a15aa345
tree8770df479f25f83fbfd1bca5fb986e71ad1a8c9c
parent5d3e79ec6bb7362cb56765025a5ca756da41a293
Cygwin: cygheap: compute bucket instead of looping over it

Start at index 0 and use 32 bytes as minimal allocation size.
Reduce NBUCKETS, we don't have such big objects on the
cygheap anyway.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/local_includes/cygheap.h
winsup/cygwin/mm/cygheap.cc
This page took 0.028832 seconds and 5 git commands to generate.