Home | History | Annotate | Download | only in memcheck

Lines Matching full:lr_b

856    LossRecord* lr_b = *(LossRecord**)vb;
858 SizeT total_szB_b = lr_b->szB + lr_b->indirect_szB;
864 if (lr_a->key.state < lr_b->key.state) return -1;
865 if (lr_a->key.state > lr_b->key.state) return 1;
869 if (lr_a->num_blocks < lr_b->num_blocks) return -1;
870 if (lr_a->num_blocks > lr_b->num_blocks) return 1;
873 if (lr_a->key.allocated_at < lr_b->key.allocated_at) return -1;
874 if (lr_a->key.allocated_at > lr_b->key.allocated_at) return 1;