nsapi supplies a MALLOC macro that gets memory from a pool that will be freed for you when the request ends, but it doesn't say what happens if you call this malloc function in an initialization function, when there is no request. Can this malloc (or pblock_created) memory be presumed to be persistent? It doesn't say anything about it in the nsapi docs, I was hoping somebody had some experience with this.
Asked
Active
Viewed 91 times