Home
last modified time | relevance | path

Searched defs:_allocator (Results 1 – 14 of 14) sorted by relevance

/external/ComputeLibrary/arm_compute/graph/backends/CL/
DCLDeviceBackend.h79 std::unique_ptr<CLBufferAllocator> _allocator; /**< CL buffer affinity allocator */ variable
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dguards_dended.hpp105 Allocator* _allocator; member in boost::container::detail::construction_guard
191 Allocator& _allocator; member in boost::container::detail::allocation_guard
/external/fastrpc/src/
Dadspmsgd_apps_skel.c196 typedef struct _allocator { struct
201 } _allocator; argument
Dadspmsgd_adsp1_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
Dadsp_perf_stub.c195 typedef struct _allocator { struct
200 } _allocator; argument
Dadspmsgd_adsp_stub.c196 typedef struct _allocator { struct
201 } _allocator; typedef
Dapps_mem_skel.c195 typedef struct _allocator { struct
200 } _allocator; argument
Dadsp_current_process_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
Dadsp_current_process1_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
Dremotectl_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
Dapps_std_skel.c196 typedef struct _allocator { struct
201 } _allocator; argument
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dallocate_shared_array.hpp74 sp_array_state(const U& _allocator, std::size_t _size) BOOST_SP_NOEXCEPT in sp_array_state()
97 sp_size_array_state(const U& _allocator, std::size_t) BOOST_SP_NOEXCEPT in sp_size_array_state()
/external/gemmlowp/internal/
Dunpack.h32 PackedResult(Allocator* _allocator, const BlockParams& _block_params) in PackedResult()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DTextBuffer.java50 private final BufferRecycler _allocator; field in TextBuffer