Home | History | Annotate | Download | only in unit

Lines Matching refs:large

39 			    "Unexpectedly large number of page aligned allocs");
74 VARIABLE_ARRAY(uintptr_t, large, nlarge);
82 large[i] = (uintptr_t)ptr;
88 uintptr_t ptr_diff = large[i] > large[j] ?
89 large[i] - large[j] : large[j] - large[i];
92 " guarded large allocations");
97 free((void *)large[i]);