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

/external/valgrind/memcheck/
H A Dmc_include.h344 #define SM_SIZE 65536 /* DO NOT CHANGE */ macro
345 #define SM_MASK (SM_SIZE-1) /* DO NOT CHANGE */
H A Dmc_leakcheck.c1076 ptr = VG_ROUNDUP(ptr+1, SM_SIZE);
1085 between VKI_PAGE_SIZE, SM_SIZE and sizeof(Addr) which are asserted in
1112 if (UNLIKELY((ptr % SM_SIZE) == 0)) {
1114 ptr = VG_ROUNDUP(ptr+1, SM_SIZE);
1772 tl_assert((SM_SIZE % sizeof(Addr)) == 0);
1777 tl_assert((SM_SIZE % VKI_PAGE_SIZE) == 0);
H A Dmc_main.c1637 aNext = start_of_this_sm(a) + SM_SIZE;
1718 // Nb: we can reach here with lenB < SM_SIZE
1721 if (lenB < SM_SIZE) break;
1735 lenB -= SM_SIZE;
1736 a += SM_SIZE;
1747 tl_assert(is_start_of_sm(a) && lenB < SM_SIZE);

Completed in 70 milliseconds