Home
last modified time | relevance | path

Searched refs:map_allocator (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Ddex_reference_collection.h43 DexReferenceCollection(const MapAllocator& map_allocator = MapAllocator(),
45 : map_(map_allocator), in map_() argument
/aosp_15_r20/system/memory/libmemunreachable/
DScopedSignalHandler.h38 Allocator<SignalFnMap> map_allocator = allocator; in ScopedSignalHandler() local
39 handler_map_ = map_allocator.make_unique(allocator); in ScopedSignalHandler()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorageMethods.cpp622 at::MapAllocator* map_allocator = at::MapAllocator::fromDataPtr(data_ptr); in THPStorage__get_filename() local
624 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()