mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-07 15:59:32 +03:00
use thread spacing for reclaim as well
This commit is contained in:
parent
98879ac8bc
commit
df956c4a17
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ bool mi_bitmap_is_xsetN(mi_xset_t set, mi_bitmap_t* bitmap, size_t idx, size_t n
|
|||
}
|
||||
|
||||
#define mi_bfield_cycle_iterate(bfield,tseq,cycle,name_idx,SUF) { \
|
||||
const size_t _start##SUF = (uint32_t)(tseq) % (uint32_t)(cycle); \
|
||||
const size_t _start##SUF = (uint32_t)(tseq) % (uint32_t)(cycle); /* or: 0 to always search from the start? */\
|
||||
mi_bfield_iterate(bfield,_start##SUF,cycle,name_idx,SUF)
|
||||
|
||||
#define mi_bfield_cycle_iterate_end(SUF) \
|
||||
|
|
Loading…
Add table
Reference in a new issue