This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
mm
/
mm_gran
History
Gregory Nutt
1382ea5447
mm/: Coding style clean-up
...
Run tools/nxstyle against all C files under mm/ and correct coding standard violations.
2020-02-13 15:16:53 +01:00
..
Make.defs
mm/mm_gran: Add a function to get information about the state of the granuale allocator.
2017-11-14 14:41:03 -06:00
mm_gran.h
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
mm_granalloc.c
mm/: Coding style clean-up
2020-02-13 15:16:53 +01:00
mm_grancritical.c
mm/: Coding style clean-up
2020-02-13 15:16:53 +01:00
mm_granfree.c
mm/: Coding style clean-up
2020-02-13 15:16:53 +01:00
mm_graninfo.c
mm/: Coding style clean-up
2020-02-13 15:16:53 +01:00
mm_graninit.c
Remove CONFIG_GRAN_SINGLE. It adds no technical benefit (other than some minor reduction in the number of interface arguments) but adds a lot of code complexity. Better without it.
2017-11-14 11:47:12 -06:00
mm_granmark.c
mm/: Coding style clean-up
2020-02-13 15:16:53 +01:00
mm_granrelease.c
Remove CONFIG_GRAN_SINGLE. It adds no technical benefit (other than some minor reduction in the number of interface arguments) but adds a lot of code complexity. Better without it.
2017-11-14 11:47:12 -06:00
mm_granreserve.c
Remove CONFIG_GRAN_SINGLE. It adds no technical benefit (other than some minor reduction in the number of interface arguments) but adds a lot of code complexity. Better without it.
2017-11-14 11:47:12 -06:00
mm_pgalloc.c
mm/: Coding style clean-up
2020-02-13 15:16:53 +01:00