Searched refs:allocated_array (Results 1 – 2 of 2) sorted by relevance
22 int const allocated_array = 0x1234560A; variable87 void * p = allocate(n, allocated_array); in operator new[]()102 return allocate(n, allocated_array); in operator new[]()120 BOOST_ASSERT(*pm != allocated_array); // allocated with new[] in sp_scalar_constructor_hook()200 BOOST_ASSERT(*pm != allocated_array); // allocated with new[] in operator delete()227 BOOST_ASSERT(*pm == allocated_array); // not allocated with new[] in operator delete[]()
2622 allocated_array.push_back(p); in allocate()2630 for (const auto& p : allocated_array) { in ~StrictAlignmentAllocator()2640 std::vector<char*> allocated_array; member in StrictAlignmentAllocator