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/memcheck/
mc_leakcheck.c
451
// when lc_chunk was build : lc_chunks (and
lc_extras
) stays valid as
459
//
lc_extras
[i] describe the same block).
460
static LC_Extra*
lc_extras
;
variable
483
// stack is an index into lc_chunks and
lc_extras
. Its size is
544
ex = &(
lc_extras
[ch_no]);
564
if (!
lc_extras
[ch_no].pending) {
571
tl_assert(!
lc_extras
[ch_no].pending);
572
lc_extras
[ch_no].pending = True;
586
tl_assert(
lc_extras
[*ret].pending);
587
lc_extras
[*ret].pending = False
[
all
...]
Completed in 70 milliseconds