Searched defs:new_allocator (Results 1 – 9 of 9) sorted by relevance
5 template < typename _Tp > struct new_allocator struct9 typedef new_allocator other; argument
92 template < typename _Tp > struct new_allocator struct96 typedef new_allocator other; argument
94 template < typename _Tp > struct new_allocator struct98 typedef new_allocator other; argument
252 std::unique_ptr<GlobalHistogramAllocator> new_allocator = in TEST_F() local
678 std::unique_ptr<GlobalHistogramAllocator> new_allocator = in TEST_P() local
619 ``ffi.new_allocator()()``. The cdata object must not be used afterwards.
76 std::unique_ptr<PersistentMemoryAllocator> new_allocator( in AsOtherProcess() local
265 def new_allocator(self, alloc=None, free=None, member in FFI