OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lc_extras
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/
mc_leakcheck.c
444
// when lc_chunk was build : lc_chunks (and
lc_extras
) stays valid as
452
//
lc_extras
[i] describe the same block).
453
static LC_Extra*
lc_extras
;
variable
470
// stack is an index into lc_chunks and
lc_extras
. Its size is
521
ex = &(
lc_extras
[ch_no]);
541
if (!
lc_extras
[ch_no].pending) {
548
tl_assert(!
lc_extras
[ch_no].pending);
549
lc_extras
[ch_no].pending = True;
563
tl_assert(
lc_extras
[*ret].pending);
564
lc_extras
[*ret].pending = False
[
all
...]
Completed in 31 milliseconds