Home
last modified time | relevance | path

Searched defs:GetAllocator (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dmemory_pool_benchmark.cc27 static Result<MemoryPool*> GetAllocator() { return system_memory_pool(); } in GetAllocator() function
32 static Result<MemoryPool*> GetAllocator() { in GetAllocator() function
42 static Result<MemoryPool*> GetAllocator() { in GetAllocator() function
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dmemory_pool_benchmark.cc27 static Result<MemoryPool*> GetAllocator() { return system_memory_pool(); } in GetAllocator() function
32 static Result<MemoryPool*> GetAllocator() { in GetAllocator() function
42 static Result<MemoryPool*> GetAllocator() { in GetAllocator() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dmemory_pool_benchmark.cc27 static Result<MemoryPool*> GetAllocator() { return system_memory_pool(); } in GetAllocator() function
32 static Result<MemoryPool*> GetAllocator() { in GetAllocator() function
42 static Result<MemoryPool*> GetAllocator() { in GetAllocator() function
/dports/math/blaze/blaze-3.8/blaze/math/typetraits/
H A DGetAllocator.h80 using GetAllocator = DetectedOr< NullAllocator< UnderlyingElement_t<T> >, AllocatorType_t, T >; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/test/
H A Dsurface_id_allocator_set.cc13 ParentLocalSurfaceIdAllocator* SurfaceIdAllocatorSet::GetAllocator( in GetAllocator() function in viz::SurfaceIdAllocatorSet
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/shared/bufferMgr/
H A Dmedia_allocator.h44 static Allocator &GetAllocator(PMOS_INTERFACE osInterface) in GetAllocator() function
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/agnostic/common/shared/bufferMgr/
H A Dmedia_allocator.h44 static Allocator &GetAllocator(PMOS_INTERFACE osInterface) in GetAllocator() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DD3D11YCbCrImage.h32 KnowsCompositor* GetAllocator() const { return mSurfaceAllocator; } in GetAllocator() function
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_session.h226 std::shared_ptr<MicroSectionAllocator> GetAllocator(SectionKind kind) { in GetAllocator() function
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_session.h226 std::shared_ptr<MicroSectionAllocator> GetAllocator(SectionKind kind) { in GetAllocator() function
/dports/chinese/opencc/OpenCC-ver.1.0.5/deps/rapidjson-0.11/internal/
H A Dstack.h66 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/cereal/include/cereal/external/rapidjson/internal/
H A Dstack.h66 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A DBaseInputPin.cpp90 BaseInputPin::GetAllocator(IMemAllocator **aAllocator) in GetAllocator() function in mozilla::media::BaseInputPin
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/internal/
H A Dinlined_vector.h218 A& GetAllocator() { return allocator_data_.template get<0>(); } in GetAllocator() function
263 A& GetAllocator() { return allocator_data_.template get<0>(); } in GetAllocator() function
359 A& GetAllocator() { return metadata_.template get<0>(); } in GetAllocator() function
361 const A& GetAllocator() const { return metadata_.template get<0>(); } in GetAllocator() function
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h218 A& GetAllocator() { return allocator_data_.template get<0>(); } in GetAllocator() function
263 A& GetAllocator() { return allocator_data_.template get<0>(); } in GetAllocator() function
359 A& GetAllocator() { return metadata_.template get<0>(); } in GetAllocator() function
361 const A& GetAllocator() const { return metadata_.template get<0>(); } in GetAllocator() function
/dports/cad/cura-engine/CuraEngine-fadb5d6b/libs/rapidjson/internal/
H A Dstack.h125 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/agnostic/common/vp/hal/feature_manager/
H A Dvp_obj_factories.h193 VpAllocator &GetAllocator() in GetAllocator() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/third_party/rapidjson/include/rapidjson/internal/
H A Dstack.h131 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/misc/jsonwrapp/rapidjson10/internal/
H A Dstack.h127 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/misc/jsonwrapp/rapidjson10/internal/
H A Dstack.h127 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/vm/
H A Dmemory_manager.cc97 Allocator* MemoryManager::GetAllocator(TVMContext ctx) { in GetAllocator() function in tvm::runtime::vm::MemoryManager
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/vm/
H A Dmemory_manager.cc97 Allocator* MemoryManager::GetAllocator(TVMContext ctx) { in GetAllocator() function in tvm::runtime::vm::MemoryManager
/dports/math/gap/gap-4.11.0/pkg/profiling-2.2.1/src/rapidjson/internal/
H A Dstack.h141 Allocator& GetAllocator() { in GetAllocator() function
/dports/science/conduit/conduit-0.8.0/src/thirdparty_builtin/rapidjson/include/rapidjson/internal/
H A Dstack.h141 Allocator& GetAllocator() { in GetAllocator() function
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/src_libhashdb/rapidjson/internal/
H A Dstack.h141 Allocator& GetAllocator() { in GetAllocator() function

12345678