画红框的部分是说The heap configured above is used for the standard C malloc() and free() functions or when the 'heap' argument to Memory_alloc() is NULL. (以上的堆是为标准C语言中malloc() 和 free()函数使用或者当调用Memory_alloc()函数中堆参数为NULL时使用)
[attach]2307[/attach]
注释说/* Memory_alloc() 调用时指定堆为 NULL 所使用的堆 */,那么我的问题来了,我在调用Memory_alloc()时将堆参数设置为NULL时那它到底使用的是哪个堆呢?