incubator-nuttx/sched/module
YAMAMOTO Takashi 418e11b8b3 modlib: Always use separate allocation for text and data
Pros:

* Reduce code differences
* Smaller allocations for !CONFIG_ARCH_USE_MODULE_TEXT

Cons:

* Likely to use more memory for !CONFIG_ARCH_USE_MODULE_TEXT in total

Tested with:

* sim:module on macOS
* esp32-devkit:nsh + CONFIG_MODULE on qemu
* lm3s6965-ek:qemu-protected + CONFIG_EXAMPLES_SOTEST on qemu
2021-04-19 22:20:20 -05:00
..
Make.defs sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mod_insmod.c modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
mod_modhandle.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mod_modsym.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
mod_procfs.c modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
mod_rmmod.c modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00