Lines Matching refs:k_Alloc_Len_Limit
404 #define k_Alloc_Len_Limit (0x40000000 - 2)
418 if (newLimit > k_Alloc_Len_Limit) throw 20130220;
443 if (next < _len || next > k_Alloc_Len_Limit)
444 next = k_Alloc_Len_Limit;
461 if (next < _len || next > k_Alloc_Len_Limit)
462 next = k_Alloc_Len_Limit;
1014 if (newLimit > k_Alloc_Len_Limit) throw 20130221;
1039 if (next < _len || next > k_Alloc_Len_Limit)
1040 next = k_Alloc_Len_Limit;
1056 if (next < _len || next > k_Alloc_Len_Limit)
1057 next = k_Alloc_Len_Limit;
1600 if (newLimit > k_Alloc_Len_Limit) throw 20130221;