summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-13 10:31:27 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-13 10:34:18 +0100
commit5383ed40490ba6dd4ac9a41be269db2b0ace1787 (patch)
treea721b6c084c72cdd73f46580029b78f3cf23f1e5 /libbsd.txt
parentZONE(9): Enable UMA sysctls (diff)
downloadrtems-libbsd-5383ed40490ba6dd4ac9a41be269db2b0ace1787.tar.bz2
Add and use rtems_bsd_get_allocator_domain_size()
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 718ac10e..f965667f 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -240,6 +240,14 @@ The task stack size is determined by the `rtems_bsd_get_task_stack_size()`
function which may be provided by the application in case the default is not
appropriate.
+=== Size for Allocator Domains ===
+
+The size for an allocator domain can be specified via the
+`rtems_bsd_get_allocator_domain_size()` function. The application may provide
+their own implementation of the `rtems_bsd_get_allocator_domain_size()`
+function (for example in the module which calls `rtems_bsd_initialize()`) if
+different values are desired. The default size is 8MiB for all domains.
+
== Network Stack Features
http://roy.marples.name/projects/dhcpcd/index[DHCPCD(8)]:: DHCP client