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.
o3de/Code/Framework/AzCore/Tests/AZStd
lumberyard-employee-dm 4e8d4c0c51
Added a max_size function to all AZStd container style allocator functions (#4106)
* 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 Code/Framework/AzCore 4 years ago
Allocators.cpp Added a max_size function to all AZStd container style allocator functions (#4106) 4 years ago
Any.cpp Android fixes 4 years ago
Atomics.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
Bitset.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
ChronoTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ConcurrentAllocators.cpp Added a max_size function to all AZStd container style allocator functions (#4106) 4 years ago
ConcurrentContainers.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CreateDestroy.cpp Converted the AZStd implementations of unintialized construct to use std (#2843) 4 years ago
DequeAndSimilar.cpp Fixed the emplace function implementations for stack and queue (#2657) 4 years ago
Examples.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
FunctionalBasic.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
FunctorsBind.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
Hashed.cpp Setting /permissive- to make MSVC more "standard" (#3701) 4 years ago
Invoke.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Iterators.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Lists.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ListsFixed.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ListsIntrusive.cpp Code/Framework/AzCore 4 years ago
LockFreeQueues.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LockFreeStacks.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LockTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Numeric.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Optional.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Ordered.cpp Setting /permissive- to make MSVC more "standard" (#3701) 4 years ago
Pair.cpp Code/Framework 4 years ago
Parallel.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
ScopedLockTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SetsIntrusive.cpp Code/Framework/AzCore 4 years ago
SmartPtr.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
String.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
Tuple.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TypeTraits.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UserTypes.h remove unnecessary ALIGN macros 4 years ago
Variant.cpp more fixes for Code 4 years ago
VariantSerialization.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
VectorAndArray.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago