HomeSort by relevance Sort by last modified time
    Searched refs:new_allocator (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGenCXX/
thunk-use-after-free.cpp 5 template < typename _Tp > struct new_allocator struct
9 typedef new_allocator other;
12 template < typename _Tp > struct allocator:new_allocator < _Tp > {
debug-info-use-after-free.cpp 92 template < typename _Tp > struct new_allocator struct
96 typedef new_allocator other;
99 template < typename _Tp > struct allocator:new_allocator < _Tp > {
136 template < typename > class new_allocator;
139 template < typename _Tp > class allocator:__gnu_cxx::new_allocator < _Tp > {
  /external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc 252 std::unique_ptr<GlobalHistogramAllocator> new_allocator = local
261 const_cast<void*>(new_allocator->memory_allocator()->data()),
262 new_allocator->memory_allocator()->size(), 0, 0, "", false));
308 const_cast<void*>(new_allocator->memory_allocator()->data()),
309 new_allocator->memory_allocator()->size(), 0, 0, "", false));
statistics_recorder_unittest.cc 678 std::unique_ptr<GlobalHistogramAllocator> new_allocator = local
684 TestHistogramProvider provider(std::move(new_allocator));

Completed in 191 milliseconds