It depends on how your particular linker script is configured.
If there is a section that places its contents in SDRAM, you can use that. Or, if the heap is stored in SDRAM, allocating your large structures using malloc
during initialization will place them in SDRAM.