Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/resource/
Dresource_variable_test.cc26 void InitTensor(const std::vector<int>& shape, TfLiteAllocationType alloc_type, in InitTensor()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc78 u32 alloc_type : 2; member
720 AllocType alloc_type) { in asan_memalign()
724 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free()
729 AllocType alloc_type) { in asan_sized_free()
Dasan_report.cc862 AllocType alloc_type, in ReportAllocTypeMismatch()
/external/OpenCL-CTS/test_conformance/allocations/
Dmain.cpp105 int doTest( cl_device_id device, cl_context context, cl_command_queue queue, AllocType alloc_type ) in doTest()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp91 u8 alloc_type : 2; member in __asan::ChunkHeader
970 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free()
975 BufferedStackTrace *stack, AllocType alloc_type) { in asan_delete()
1032 AllocType alloc_type) { in asan_memalign()
Dasan_descriptions.h117 u32 alloc_type : 2; member
Dasan_report.cpp242 AllocType alloc_type, in ReportAllocTypeMismatch()
Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp763 void memprof_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in memprof_free()
768 BufferedStackTrace *stack, AllocType alloc_type) { in memprof_delete()
824 AllocType alloc_type) { in memprof_memalign()
/external/protobuf/src/google/protobuf/
Dmap.h907 typedef typename Allocator::template rebind<U>::other alloc_type; in Alloc() typedef
914 typedef typename Allocator::template rebind<U>::other alloc_type; in Dealloc() typedef
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1430 const glsl_type *alloc_type = in emit_scratch_write() local
/external/f2fs-tools/fsck/
Df2fs.h177 unsigned char alloc_type; /* current allocation type */ member
/external/f2fs-tools/include/
Df2fs_fs.h826 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp2495 const uint32_t alloc_type = static_cast<uint32_t>(*alloc->element.type.get()); in LoadAllocation() local