reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
90 if (idx == 0) { 96 while (idx != 0) { 97 if (idx & kFlagBlock) { 98 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask); 100 } else if (idx & kFlagSync) { 102 SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask); 105 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); 106 idx = next;