Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_leakcheck.c739 ptr = VG_ROUNDUP(ptr+1, SM_SIZE); in lc_scan_memory()
755 if (UNLIKELY((ptr % SM_SIZE) == 0)) { in lc_scan_memory()
757 ptr = VG_ROUNDUP(ptr+1, SM_SIZE); in lc_scan_memory()
1336 tl_assert((SM_SIZE % sizeof(Addr)) == 0); in MC_()
1341 tl_assert((SM_SIZE % VKI_PAGE_SIZE) == 0); in MC_()
Dmc_include.h226 #define SM_SIZE 65536 /* DO NOT CHANGE */ macro
227 #define SM_MASK (SM_SIZE-1) /* DO NOT CHANGE */
Dmc_main.c1434 aNext = start_of_this_sm(a) + SM_SIZE; in set_address_range_perms()
1518 if (lenB < SM_SIZE) break; in set_address_range_perms()
1532 lenB -= SM_SIZE; in set_address_range_perms()
1533 a += SM_SIZE; in set_address_range_perms()
1544 tl_assert(is_start_of_sm(a) && lenB < SM_SIZE); in set_address_range_perms()