Searched refs:block_index (Results 1 – 1 of 1) sorted by relevance
312 uint8_t block_index; in membag_free() local316 block_index = (p - membag_list[i].start) / membag_list[i].block_size; in membag_free()319 membag_list[i].allocated &= ~((uint32_t)1 << block_index); in membag_free()
Completed in 4 milliseconds