summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-get-allocator-domain-size.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns2016-06-301-2/+0
| | | | | The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
* Make the domain allocation size global to allow it to set in tests.Chris Johns2016-06-271-1/+3
| | | | | | Some BSPs with multiple NIC locked in the tests due to not enough memory. This provides a simple per BSP way to increase the memory size.
* Add and use rtems_bsd_get_allocator_domain_size()Sebastian Huber2015-02-131-0/+58