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",
return vdo_allocate_memory(size, L1_CACHE_BYTES, what, ptr);
int __must_check vdo_allocate_memory(size_t size, size_t align, const char *what, void *ptr);
return vdo_allocate_memory(total_size, align, what, ptr);