Home
last modified time | relevance | path

Searched defs:custom_allocator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dstring_view_test2.cpp252 class custom_allocator { class
269 custom_allocator() BOOST_NOEXCEPT {} in custom_allocator() function in custom_allocator
271 custom_allocator(custom_allocator<U> const&) BOOST_NOEXCEPT {} in custom_allocator() function in custom_allocator
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dobject_lifetime_validation.h192 bool custom_allocator = (pAllocator != nullptr); in CreateObject() local
249 bool custom_allocator = pAllocator != nullptr; in ValidateDestroyObject() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_platform_info.h48 std::shared_ptr<se::DeviceMemoryAllocator> custom_allocator() const { in custom_allocator() function
H A Dxla_platform_info.cc121 std::shared_ptr<se::DeviceMemoryAllocator> custom_allocator; in XlaPlatformInfoFromDevice() local