Searched refs:maxslotbits (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/include/mm/
H A Dslot_alloc.h38 uint8_t maxslotbits; ///< Maximum number of slots per allocation member in struct:slot_prealloc
55 uint8_t maxslotbits, struct capref initial_cnode,
/barrelfish-2018-10-04/lib/mm/
H A Dslot_alloc.c74 assert(nslots <= (1UL << this->maxslotbits));
98 * \param maxslotbits Maximum size of each allocation (in bits)
103 errval_t slot_prealloc_init(struct slot_prealloc *this, uint8_t maxslotbits, argument
107 this->maxslotbits = maxslotbits;

Completed in 35 milliseconds