Searched refs:memalloc (Results 1 – 6 of 6) sorted by relevance
80 int memalloc; member
2362 if (ph->memalloc & (1 << win)) {2659 if ((ph->memalloc & (1 << win)) == 0) {2660 ph->memalloc |= (1 << win);2734 ph->memalloc &= ~(1 << window);
63 int memalloc; member
361 h->memalloc = 0;1047 if ((h->memalloc & (1 << i)) == 0) {1049 h->memalloc |= (1 << i);1113 h->memalloc &= ~(1 << window);1474 if (h->memalloc & (1 << win))
421 h->memalloc = 0;960 if ((h->memalloc & (1 << i)) == 0) {962 h->memalloc |= (1 << i);1032 h->memalloc &= ~(1 << window);1338 if (h->memalloc & (1 << win))
61 int memalloc; member