Lines Matching refs:treemap
2071 binmap_t treemap; member
2353 #define mark_treemap(M,i) ((M)->treemap |= idx2bit(i))
2354 #define clear_treemap(M,i) ((M)->treemap &= ~idx2bit(i))
2355 #define treemap_is_marked(M,i) ((M)->treemap & idx2bit(i))
2752 int empty = (m->treemap & (1U << i)) == 0; in do_check_treebin()
3753 binmap_t leftbits = left_bits(idx2bit(idx)) & m->treemap; in tmalloc_large()
3798 binmap_t leastbit = least_bit(m->treemap); in tmalloc_small()
4197 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) { in dlmalloc()
4207 if (gm->treemap != 0 && (mem = tmalloc_large(gm, nb)) != 0) { in dlmalloc()
4604 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) { in mspace_malloc()
4614 if (ms->treemap != 0 && (mem = tmalloc_large(ms, nb)) != 0) { in mspace_malloc()