Yes, it looks like the current implementation of the Heap and Stack placement table only allows the heap to be reduced to 4 bytes, rather than 0. But also providing the below function in your application should do the trick:
unsigned __check_heap_overflow (void * new_end_of_heap) {
return 1; // Heap has overflowed
}See chapter 12 of the MCUXpresso IDE v10.0.0 User Guide for more details on this function.
Regards,
MCUXpresso IDE Support