You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Added a max_size function to all AZStd container style allocator functions The max_size functions returns the maximum value that a single contiguous allocation value returns Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> * Updated the BestFitExternalMapSchema and MallocSchema GetMaxContiguousAllocationSize function Those functions now return a Max allocation size of AZ_CORE_MAX_ALLOCATOR size to indicate the maximum size for a single allocation Changed the IAllocatorAllocator::GetMaxContiguousAllocationSize function from a pure virtual function to regular virtual function Removed the left over String.cpp test to validate that the issue with the allocator::max_size() function was occuring Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> |
4 years ago | |
|---|---|---|
| .. | ||
| Algorithms.cpp | 4 years ago | |
| Allocators.cpp | 4 years ago | |
| Any.cpp | 4 years ago | |
| Atomics.cpp | 4 years ago | |
| Bitset.cpp | 4 years ago | |
| ChronoTests.cpp | 5 years ago | |
| ConcurrentAllocators.cpp | 4 years ago | |
| ConcurrentContainers.cpp | 5 years ago | |
| CreateDestroy.cpp | 4 years ago | |
| DequeAndSimilar.cpp | 4 years ago | |
| Examples.cpp | 5 years ago | |
| FunctionalBasic.cpp | 5 years ago | |
| FunctorsBind.cpp | 4 years ago | |
| Hashed.cpp | 4 years ago | |
| Invoke.cpp | 5 years ago | |
| Iterators.cpp | 5 years ago | |
| Lists.cpp | 5 years ago | |
| ListsFixed.cpp | 5 years ago | |
| ListsIntrusive.cpp | 4 years ago | |
| LockFreeQueues.cpp | 5 years ago | |
| LockFreeStacks.cpp | 5 years ago | |
| LockTests.cpp | 5 years ago | |
| Numeric.cpp | 5 years ago | |
| Optional.cpp | 5 years ago | |
| Ordered.cpp | 4 years ago | |
| Pair.cpp | 4 years ago | |
| Parallel.cpp | 4 years ago | |
| ScopedLockTests.cpp | 5 years ago | |
| SetsIntrusive.cpp | 4 years ago | |
| SmartPtr.cpp | 4 years ago | |
| String.cpp | 4 years ago | |
| Tuple.cpp | 5 years ago | |
| TypeTraits.cpp | 5 years ago | |
| UserTypes.h | 4 years ago | |
| Variant.cpp | 4 years ago | |
| VariantSerialization.cpp | 5 years ago | |
| VectorAndArray.cpp | 4 years ago | |