Hi,
You can try by modifying the Managed Linker Script.
In your project, please go to Properties -> C/C++ Build -> Settings -> MCU C++ Linker -> Managed Linker Script.
Where it says “Heap and Stack placement”, change it to MCUXpresso Style.
Here you’ll be able to change the heap and stack configuration.

I can also recommend you to make use of this file that allows you to place data into different memory banks cr_section_macros.h.
You can take a look to this post to get more information about memory allocations.
I hope this helps, Daniel.