OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lr_b
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/
mc_leakcheck.c
819
LossRecord*
lr_b
= *(LossRecord**)vb;
local
821
SizeT total_szB_b =
lr_b
->szB +
lr_b
->indirect_szB;
827
if (lr_a->key.state <
lr_b
->key.state) return -1;
828
if (lr_a->key.state >
lr_b
->key.state) return 1;
832
if (lr_a->num_blocks <
lr_b
->num_blocks) return -1;
833
if (lr_a->num_blocks >
lr_b
->num_blocks) return 1;
836
if (lr_a->key.allocated_at <
lr_b
->key.allocated_at) return -1;
837
if (lr_a->key.allocated_at >
lr_b
->key.allocated_at) return 1;
[
all
...]
Completed in 95 milliseconds