Home
last modified time | relevance | path

Searched refs:alloc_ptr (Results 1 – 13 of 13) sorted by relevance

/external/abseil-cpp/absl/container/internal/
Dinlined_vector.h51 void DestroyElements(AllocatorType* alloc_ptr, Pointer destroy_first, in DestroyElements() argument
58 AllocatorTraits::destroy(*alloc_ptr, destroy_first + i); in DestroyElements()
80 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
87 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
120 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
121 AllocatorTraits::construct(*alloc_ptr, construct_at, *it_); in ConstructNext()
144 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
145 AllocatorTraits::construct(*alloc_ptr, construct_at, *ptr_); in ConstructNext()
163 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
[all …]
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dinlined_vector.h51 void DestroyElements(AllocatorType* alloc_ptr, Pointer destroy_first, in DestroyElements() argument
58 AllocatorTraits::destroy(*alloc_ptr, destroy_first + i); in DestroyElements()
80 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
87 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
120 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
121 AllocatorTraits::construct(*alloc_ptr, construct_at, *it_); in ConstructNext()
144 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
145 AllocatorTraits::construct(*alloc_ptr, construct_at, *ptr_); in ConstructNext()
163 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h51 void DestroyElements(AllocatorType* alloc_ptr, Pointer destroy_first, in DestroyElements() argument
58 AllocatorTraits::destroy(*alloc_ptr, destroy_first + i); in DestroyElements()
80 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
87 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
120 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
121 AllocatorTraits::construct(*alloc_ptr, construct_at, *it_); in ConstructNext()
144 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
145 AllocatorTraits::construct(*alloc_ptr, construct_at, *ptr_); in ConstructNext()
163 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dinlined_vector.h51 void DestroyElements(AllocatorType* alloc_ptr, Pointer destroy_first, in DestroyElements() argument
58 AllocatorTraits::destroy(*alloc_ptr, destroy_first + i); in DestroyElements()
80 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
87 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
120 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
121 AllocatorTraits::construct(*alloc_ptr, construct_at, *it_); in ConstructNext()
144 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
145 AllocatorTraits::construct(*alloc_ptr, construct_at, *ptr_); in ConstructNext()
163 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h51 void DestroyElements(AllocatorType* alloc_ptr, Pointer destroy_first, in DestroyElements() argument
58 AllocatorTraits::destroy(*alloc_ptr, destroy_first + i); in DestroyElements()
80 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
87 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
120 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
121 AllocatorTraits::construct(*alloc_ptr, construct_at, *it_); in ConstructNext()
144 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
145 AllocatorTraits::construct(*alloc_ptr, construct_at, *ptr_); in ConstructNext()
163 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-misplaced-pointer-arithmetic-in-alloc.c50 void (*(*const alloc_ptr)(size_t)) = malloc; variable
53 char *p = (char *)alloc_ptr(n) + 10; in bad_indirect_alloc()
Dbugprone-misplaced-operator-in-strlen-in-alloc.c79 void (*(*const alloc_ptr)(size_t)) = malloc; variable
82 char *new_name = (char *)alloc_ptr(strlen(name + 1)); in bad_indirect_alloc()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h58 void DestroyElements(AllocatorType* alloc_ptr, Pointer destroy_first, in DestroyElements() argument
65 AllocatorTraits::destroy(*alloc_ptr, destroy_first + i); in DestroyElements()
104 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
108 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
111 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
144 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
145 AllocatorTraits::construct(*alloc_ptr, construct_at, *it_); in ConstructNext()
168 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
169 AllocatorTraits::construct(*alloc_ptr, construct_at, *ptr_); in ConstructNext()
187 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() argument
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtensorflow_abi_knowledge_propagation.cc106 Value alloc_ptr = kernel.getArgument(kernel_p); in runOnFunction() local
108 alloc_ptr.replaceAllUsesWith(align_ptr); in runOnFunction()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc127 XlaDeviceAllocator* alloc_ptr = alloc.get(); in GetOrCreateXlaDeviceAllocator() local
129 return alloc_ptr; in GetOrCreateXlaDeviceAllocator()
/external/libpng/contrib/tools/
Dpngfix.c900 void * alloc_ptr; member
1029 const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int)) in file_init() argument
1054 file->alloc_ptr = alloc_ptr; in file_init()
3550 struct control *control = voidcast(struct control*, file->alloc_ptr); in allocate()
/external/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp1898 void *alloc_ptr; in ___kmp_fast_allocate() local
1962 alloc_ptr = bget(this_thr, (bufsize)alloc_size); in ___kmp_fast_allocate()
1965 ptr = (void *)((((kmp_uintptr_t)alloc_ptr) + sizeof(kmp_mem_descr_t) + in ___kmp_fast_allocate()
1970 descr->ptr_allocated = alloc_ptr; // remember allocated pointer in ___kmp_fast_allocate()
/external/e2fsprogs/lib/blkid/
Dprobe.h518 __u16 alloc_ptr; member