Home | History | Annotate | Download | only in allocator

Lines Matching refs:is_allocated

1129       bool is_allocated = ((vec >> i) & 0x1) != 0;
1131 if (is_allocated) {
2084 bool is_allocated = ((vec >> i) & 0x1) != 0;
2088 if (is_allocated && !is_thread_local_freed) {