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.cpp342 #define k_Alloc_Len_Limit 0x40000000 macro
346 if (newLimit < _len || newLimit >= k_Alloc_Len_Limit) throw 20130220; in ReAlloc()
357 if (newLimit >= k_Alloc_Len_Limit) throw 20130220; in ReAlloc2()
896 if (newLimit < _len || newLimit >= k_Alloc_Len_Limit) throw 20130221; in ReAlloc()
907 if (newLimit >= k_Alloc_Len_Limit) throw 20130221; in ReAlloc2()
1393 if (newLimit >= k_Alloc_Len_Limit) throw 20130221; in ReAlloc2()