Lines Matching defs:allocation
45 std::unique_ptr<char[]> allocation;
64 detail.allocation = std::unique_ptr<char[]>(new char[detail.actual_size_bytes]);
65 if (!detail.allocation) {
68 uint64_t addr = (uint64_t)detail.allocation.get();
179 // Test making sure the allocation functions are called to allocate and cleanup everything during
193 // Test making sure the allocation functions are called to allocate and cleanup everything during
211 // Test making sure the allocation functions are called to allocate and cleanup everything during
233 // Test making sure the allocation functions are called to allocate and cleanup everything from
282 // Test making sure the allocation functions are called to allocate and cleanup everything from
331 // Test making sure the allocation functions are called to allocate and cleanup everything from