Add description of work queues to the porting guide. Update comments

This commit is contained in:
Gregory Nutt
2014-10-14 10:21:18 -06:00
parent dd9e42ec0c
commit 179fabb019
6 changed files with 533 additions and 95 deletions
+4 -1
View File
@@ -264,7 +264,10 @@ int elf_load(FAR struct elf_loadinfo_s *loadinfo)
elf_elfsize(loadinfo);
/* Determine the heapsize to allocate. heapsize is ignored if there is
* no address environment.
* no address environment because the heap is a shared resource in that
* case. If there is no dynamic stack then heapsize must at least as big
* as the fixed stack size since the stack will be allocated from the heap
* in that case.
*/
#if !defined(CONFIG_ARCH_ADDRENV)