diff options
author | Jason Evans <jasone@canonware.com> | 2017-04-16 16:25:56 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2017-04-19 02:01:04 (GMT) |
commit | 45f087eb033927338b9df847eb9be6886ef48cf7 (patch) | |
tree | 5d59a58674628b3d68e729df98945547a5917250 /msvc | |
parent | 38e847c1c594fb9ad4862233f3602ade85da4e7f (diff) | |
download | jemalloc-45f087eb033927338b9df847eb9be6886ef48cf7.zip jemalloc-45f087eb033927338b9df847eb9be6886ef48cf7.tar.gz jemalloc-45f087eb033927338b9df847eb9be6886ef48cf7.tar.bz2 |
Revert "Remove BITMAP_USE_TREE."
Some systems use a native 64 KiB page size, which means that the bitmap
for the smallest size class can be 8192 bits, not just 512 bits as when
the page size is 4 KiB. Linear search in bitmap_{sfu,ffu}() is
unacceptably slow for such large bitmaps.
This reverts commit 7c00f04ff40a34627e31488d02ff1081c749c7ba.
Diffstat (limited to 'msvc')
0 files changed, 0 insertions, 0 deletions