Searched defs:bytemap (Results 1 – 1 of 1) sorted by relevance
46 uint8_t *bytemap = xmalloc_array(uint8_t, (nbits + 7) / 8); in bitmap_to_xenctl_bitmap() local75 uint8_t *bytemap = xzalloc_array(uint8_t, (nbits + 7) / 8); in xenctl_bitmap_to_bitmap() local
Completed in 3 milliseconds