Searched refs:BLOCK_ALIGN (Results 1 – 2 of 2) sorted by relevance
77 start /= BLOCK_ALIGN; in markrange()78 len = (len + BLOCK_ALIGN_M1) / BLOCK_ALIGN; in markrange()119 assert (db->head->first_free % BLOCK_ALIGN == 0); in gc()128 size_t nmark = (db->head->first_free / BLOCK_ALIGN + BITS - 1) / BITS; in gc()221 ref_t highref = (high * BITS - 1) * BLOCK_ALIGN; in gc()225 highref -= BLOCK_ALIGN; in gc()247 ref_t off_free = (byte * BITS + cnt) * BLOCK_ALIGN; in gc()307 ref_t off_alloc = (byte * BITS + cnt) * BLOCK_ALIGN; in gc()331 ref_t off_allocend = (byte * BITS + cnt) * BLOCK_ALIGN; in gc()515 len += BLOCK_ALIGN - (len & BLOCK_ALIGN_M1); in mempool_alloc()
174 #define BLOCK_ALIGN (1 << BLOCK_ALIGN_LOG) macro175 #define BLOCK_ALIGN_M1 (BLOCK_ALIGN - 1)
Completed in 7 milliseconds