Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/graph/backends/GLES/
DGCDeviceBackend.h59 GCBufferAllocator _allocator; /**< GLES buffer affinity allocator */ variable
/external/ComputeLibrary/arm_compute/graph/backends/CL/
DCLDeviceBackend.h75 std::unique_ptr<CLBufferAllocator> _allocator; /**< CL buffer affinity allocator */ variable
/external/fastrpc/src/
Dadspmsgd_apps_skel.c196 typedef struct _allocator { struct
201 } _allocator; typedef
Dadspmsgd_adsp1_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
Dadspmsgd_adsp_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
Dadsp_perf_stub.c195 typedef struct _allocator { struct
200 } _allocator; argument
Dapps_mem_skel.c195 typedef struct _allocator { struct
200 } _allocator; argument
Dadsp_current_process1_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
Dremotectl_stub.c196 typedef struct _allocator { struct
201 } _allocator; argument
Dadsp_current_process_stub.c196 typedef struct _allocator { struct
201 } _allocator; typedef
Dapps_std_skel.c196 typedef struct _allocator { struct
201 } _allocator; typedef
/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