You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added SI unit macros for memory sizes. For example: EA_MEGABYTE(42) and EA_MEBIBYTE(42).
Fixed an issue with "fixed_allocator_with_overflow" causing all allocation requests to be serviced by the overflow allocator instead of using the fixed buffer until its exhausted.
Improving eastl::sort support for move-only types.
Fixed a compiler error when the value of an eastl::optional was retrieved as an rvalue reference.
Fixed EASTL.natvis bug where the wrong type was being used to surface the contents of an rbtree_node.