mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
Revised API documentation
This patch curates the API documentation to become suitable for the functional specificaton, which is partially generated from the header files.
This commit is contained in:
committed by
Christian Helmuth
parent
7441df33c9
commit
eaac3cc1bd
@ -28,6 +28,11 @@ class Genode::Bit_allocator
|
||||
addr_t _next;
|
||||
Bit_array<BITS> _array;
|
||||
|
||||
/**
|
||||
* Reserve consecutive number of bits
|
||||
*
|
||||
* \noapi
|
||||
*/
|
||||
void _reserve(addr_t bit_start, size_t const num)
|
||||
{
|
||||
if (!num) return;
|
||||
|
Reference in New Issue
Block a user