vdo_allocate_memory
result = vdo_allocate_memory(size, VDO_BLOCK_SIZE, "cache pages", &cache->pages);
result = vdo_allocate_memory(VDO_BLOCK_SIZE, 0, "data_vio data",
result = vdo_allocate_memory(VDO_BLOCK_SIZE, 0, "compressed block",
result = vdo_allocate_memory(VDO_BLOCK_SIZE, 0, "vio scratch",
int __must_check vdo_allocate_memory(size_t size, size_t align, const char *what, void *ptr);
vdo_allocate_memory(size_mul((COUNT), sizeof(typeof(**(PTR)))), \
vdo_allocate_memory(struct_size(*(PTR), FIELD, (COUNT)), \
return vdo_allocate_memory(size, L1_CACHE_BYTES, what, ptr);
result = vdo_allocate_memory(sizeof(struct bio) + sizeof(struct bio_vec) * (size + 1),