Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyString.cpp379 #define k_Alloc_Len_Limit 0x40000000 macro
383 if (newLimit < _len || newLimit >= k_Alloc_Len_Limit) throw 20130220; in ReAlloc()
394 if (newLimit >= k_Alloc_Len_Limit) throw 20130220; in ReAlloc2()
949 if (newLimit < _len || newLimit >= k_Alloc_Len_Limit) throw 20130221; in ReAlloc()
960 if (newLimit >= k_Alloc_Len_Limit) throw 20130221; in ReAlloc2()
1476 if (newLimit >= k_Alloc_Len_Limit) throw 20130221; in ReAlloc2()