Home
last modified time | relevance | path

Searched refs:allocated_array (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/extras/src/
Dsp_debug_hooks.cpp22 int const allocated_array = 0x1234560A; variable
87 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[]()
/aosp_15_r20/bionic/tests/
H A Dpthread_test.cpp2622 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