Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
H A DMyString.cpp404 #define k_Alloc_Len_Limit (0x40000000 - 2) macro
418 if (newLimit > k_Alloc_Len_Limit) throw 20130220; in ReAlloc2()
443 if (next < _len || next > k_Alloc_Len_Limit) in Grow_1()
444 next = k_Alloc_Len_Limit; in Grow_1()
461 if (next < _len || next > k_Alloc_Len_Limit) in Grow()
462 next = k_Alloc_Len_Limit; in Grow()
1014 if (newLimit > k_Alloc_Len_Limit) throw 20130221; in ReAlloc2()
1039 if (next < _len || next > k_Alloc_Len_Limit) in Grow_1()
1040 next = k_Alloc_Len_Limit; in Grow_1()
1056 if (next < _len || next > k_Alloc_Len_Limit) in Grow()
[all...]

Completed in 2 milliseconds