Page size allocation for malloc
In the STM32CubeIDE predecessor (Atollic IDE) it was possible to set the page size allocation for malloc.

Is this somehow also possible in the STM32CubeIDE?
Is my understanding correct, that this page size will be reserved from the RAM by the sbrk() function. Then the malloc gets the needed size from this buffer. As soon as there is no longer enough space, the sbrk() functions gets another block?
Kind regards
Mathias
