Searched refs:base_size (Results 1 - 1 of 1) sorted by last modified time

/barrelfish-2018-10-04/kernel/
H A Dcapabilities.c1458 gensize_t base_size = BASE_PAGE_SIZE; local
1460 base_size = vnode_objsize(type);
1462 if (type_is_mappable(type) && objsize % base_size != 0) {
1476 assert((type_is_mappable(type) && objsize % base_size == 0) ||

Completed in 37 milliseconds