Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Ddlmalloc_space.h173 void* CreateAllocator(void* base, size_t morecore_start, size_t initial_size, in CreateAllocator() function
H A Drosalloc_space.h179 void* CreateAllocator(void* base, size_t morecore_start, size_t initial_size, in CreateAllocator() function
/aosp_15_r20/external/v4l2_codec2/plugin_store/
H A DV4L2PluginStore.cpp115 extern "C" ::C2Allocator* CreateAllocator(::C2Allocator::id_t allocatorId, ::c2_status_t* status) { in CreateAllocator() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcpu_allocator_impl.cc184 Allocator* CreateAllocator() override { return new CPUAllocator; } in CreateAllocator() function in tensorflow::__anon2523aecd0111::CPUAllocatorFactory
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_virtual_mem_allocator_test.cc37 std::unique_ptr<GpuVirtualMemAllocator> CreateAllocator() { in CreateAllocator() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dthreadpool_device.cc259 Allocator* CreateAllocator() override { return new MklCPUAllocator; } in CreateAllocator() function in tensorflow::__anon8e2c0c930311::MklCPUAllocatorFactory
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_perftest.cc363 std::unique_ptr<Allocator> CreateAllocator(AllocatorType type, in CreateAllocator() function
H A Dthread_cache_unittest.cc85 std::unique_ptr<PartitionAllocatorForTesting> CreateAllocator( in CreateAllocator() function
/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Dsimulcast_rate_allocator_unittest.cc93 void CreateAllocator(bool legacy_conference_mode = false) { in CreateAllocator() function in webrtc::SimulcastRateAllocatorTest