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
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>
5 years ago
..
AtomCore Merge branch 'development' into cmake/linux_fix_warn_unused 5 years ago
AzAndroid/java/com/amazon Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AzCore Added a max_size function to all AZStd container style allocator functions (#4106) 5 years ago
AzFramework Linux fix launch project manager from editor (#4105) 5 years ago
AzGameFramework ATOM-16346 Change Atom setreg path (#3690) 5 years ago
AzManipulatorTestFramework Update the viewport interaction model to support single click select (#4094) 5 years ago
AzNetworking Modernization + AZStd::function compare fix. (#3680) 5 years ago
AzQtComponents PerScreenDpi | QLabels incorrectly handle scale for icons (#4070) 5 years ago
AzTest Modernization + AZStd::function compare fix. (#3680) 5 years ago
AzToolsFramework PerScreenDpi | QLabels incorrectly handle scale for icons (#4070) 5 years ago
GFxFramework More fixes 5 years ago
GridMate More fixes 5 years ago
CMakeLists.txt Remove crcfix (#3294) 5 years ago