nn::fnd::ExpHeapTemplate::Adjust Member Functionu32 Adjust();
None.
Use of this function is NOT recommended. This function frees unused areas at the tail of the expanded heap to reduce the amount of memory the expanded heap uses.
This function's return value cannot be used to determine the result of the operation. A value of zero can indicate two different situations: (1) that adjustment failed, or (2) that adjustment reduced the heap size to zero because no part of the heap was allocated.
This function is retained for compatibility. Use theAdjust(mode) function instead. That version of the function allows you to specify the direction of adjustment, and returns the range of memory that was freed up as an nn::fnd::MemoryRange object.Adjust(mode) as the new interface. The function on this page is no longer recommended.CONFIDENTIAL