Skip to content
  1. Nov 25, 2017
  2. Nov 24, 2017
  3. Nov 23, 2017
  4. Nov 22, 2017
  5. Nov 21, 2017
  6. Nov 20, 2017
  7. Nov 19, 2017
  8. Nov 18, 2017
  9. Nov 17, 2017
  10. Nov 14, 2017
  11. Nov 13, 2017
    • Gregory Nutt's avatar
      apps/nshlib: Big simplification of last change. /proc/kmm, umm, and progmem... · e37f4b70
      Gregory Nutt authored
      apps/nshlib:  Big simplification of last change.  /proc/kmm, umm, and progmem have been replaced with a single procfs file called /proc/meminfo.  The NSH free command now degenerates to a simple dump of /proc/meminfo.
      e37f4b70
    • Gregory Nutt's avatar
      apps/nshlib: The free commands no longer used mallinfo() to get the state of... · 0cda4cec
      Gregory Nutt authored
      apps/nshlib:  The free commands no longer used mallinfo() to get the state of the use heap.  Two reasons:  That is not useful information in the kernel build.  And (2) there are other memory resources of interest in other configurations such as the Kernel heap in PROTECTED and KERNEL builds, and the prog mem uses when FLASH is used to hold modifiable data.  The free command has been extended to just dump the content of procfs entries and to include all of these other memory resources of the procfs entries are available.
      0cda4cec