Searched refs:binmap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c2033 structure is used for bin-by-bin searching. `binmap' is a
2049 #define mark_bin(m,i) ((m)->binmap[idx2block(i)] |= idx2bit(i))
2050 #define unmark_bin(m,i) ((m)->binmap[idx2block(i)] &= ~(idx2bit(i)))
2051 #define get_binmap(m,i) ((m)->binmap[idx2block(i)] & idx2bit(i))
2144 unsigned int binmap[BINMAPSIZE];
2548 /* binmap is accurate (except for bin 1 == unsorted_chunks) */
3094 unsigned int map; /* current word of binmap */
3324 map = av->binmap[block];
3337 else if ( (map = av->binmap[block]) != 0) {
3358 av->binmap[bloc
2137 unsigned int binmap[BINMAPSIZE]; member in struct:malloc_state
[all...]

Completed in 305 milliseconds