Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
nsapi 提供了一个 MALLOC 宏,该宏从池中获取内存,当请求结束时将为您释放内存,但它没有说明如果您在初始化函数中调用此 malloc 函数会发生什么,而没有请求。可以假定这个 malloc(或 pblock_created)内存是持久的吗?在 nsapi 文档中没有说任何关于它的内容,我希望有人对此有一些经验。
我在sun论坛上收到了某人的回复。事实证明,是的,事实上,如果您在初始化部分调用 MALLOC() ,则您返回的内存不会被池化并且会持续存在。