Searched refs:MAX_LOC_SIZE (Results 1 – 3 of 3) sorted by relevance
405 if (size > MAX_LOC_SIZE) { in ML_()419 vg_assert(size <= MAX_LOC_SIZE); in ML_()1674 if (new_size > MAX_LOC_SIZE) { in canonicaliseLoctab()1675 di->loctab[i].size = MAX_LOC_SIZE; in canonicaliseLoctab()
98 #define MAX_LOC_SIZE ((1 << LOC_SIZE_BITS) - 1) macro
1131 #define MAX_LOC_SIZE ((1 << LOC_SIZE_BITS) - 1)