Searched refs:map_allocator (Results 1 – 3 of 3) sorted by relevance
43 DexReferenceCollection(const MapAllocator& map_allocator = MapAllocator(),45 : map_(map_allocator), in map_() argument
38 Allocator<SignalFnMap> map_allocator = allocator; in ScopedSignalHandler() local39 handler_map_ = map_allocator.make_unique(allocator); in ScopedSignalHandler()
622 at::MapAllocator* map_allocator = at::MapAllocator::fromDataPtr(data_ptr); in THPStorage__get_filename() local624 if (map_allocator == nullptr || in THPStorage__get_filename()625 !(map_allocator->flags() & at::ALLOCATOR_MAPPED_SHARED)) { in THPStorage__get_filename()628 std::string filename = map_allocator->filename(); in THPStorage__get_filename()