Searched refs:VTABLE_MAX_CHECK (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/memcheck/
H A Dmc_leakcheck.c629 // We scan a maximum of VTABLE_MAX_CHECK words for these 2 non NULL
631 #define VTABLE_MAX_CHECK 20 macro
646 // Check potential function pointers, up to a maximum of VTABLE_MAX_CHECK.
647 scan_max = ptr + VTABLE_MAX_CHECK*sizeof(Addr);

Completed in 256 milliseconds