Home
last modified time | relevance | path

Searched defs:new_allocator (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp5 template < typename _Tp > struct new_allocator struct
9 typedef new_allocator other; argument
Ddebug-info-use-after-free.cpp92 template < typename _Tp > struct new_allocator struct
96 typedef new_allocator other; argument
/external/llvm-project/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp5 template < typename _Tp > struct new_allocator struct
9 typedef new_allocator other; argument
Ddebug-info-use-after-free.cpp94 template < typename _Tp > struct new_allocator struct
98 typedef new_allocator other; argument
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc252 std::unique_ptr<GlobalHistogramAllocator> new_allocator = in TEST_F() local
Dstatistics_recorder_unittest.cc678 std::unique_ptr<GlobalHistogramAllocator> new_allocator = in TEST_P() local
/external/python/cffi/doc/source/
Dref.rst619 ``ffi.new_allocator()()``. The cdata object must not be used afterwards.
/external/libchrome/base/debug/
Dactivity_analyzer_unittest.cc76 std::unique_ptr<PersistentMemoryAllocator> new_allocator( in AsOtherProcess() local
/external/python/cffi/cffi/
Dapi.py265 def new_allocator(self, alloc=None, free=None, member in FFI