Searched refs:allocsize (Results 1 – 1 of 1) sorted by relevance
97 size_t allocsize = offsetof(struct fiemap, fm_extents[extent_count]); in alloc_fiemap() local98 std::unique_ptr<struct fiemap> res(new (::operator new(allocsize)) struct fiemap); in alloc_fiemap()99 memset(res.get(), 0, allocsize); in alloc_fiemap()