summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_gran.h
Commit message (Expand)AuthorAgeFilesLines
* include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator bas...Gregory Nutt2014-08-231-8/+8
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-231-1/+20
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-121-5/+9
* Fixes for granule allocatorpatacongo2012-09-111-0/+20
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-1/+25
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-111-0/+84