Home
last modified time | relevance | path

Searched refs:smallmap (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2595 binmap_t smallmap; member
2933 #define mark_smallmap(M,i) ((M)->smallmap |= idx2bit(i))
2934 #define clear_smallmap(M,i) ((M)->smallmap &= ~idx2bit(i))
2935 #define smallmap_is_marked(M,i) ((M)->smallmap & idx2bit(i))
3378 unsigned int empty = (m->smallmap & (1U << i)) == 0; in do_check_smallbin()
3939 m->smallmap = m->treemap = 0; in reset_on_error()
4592 smallbits = gm->smallmap >> idx; in dlmalloc()
5549 smallbits = ms->smallmap >> idx; in mspace_malloc()