Searched defs:alloc (Results 1 - 25 of 158) sorted by relevance

1234567

/external/clang/test/PCH/
H A Dmethod_pool.h16 + alloc; variable
25 + alloc { return 0; }
H A Dobjc_methods.h4 + alloc; variable
H A Dobjc_import.h4 + alloc; variable
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dconstruct_iter_iter_alloc.pass.cpp38 std::allocator<bool> alloc; local
39 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
40 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
41 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
42 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
43 test<std::vector<bool> >(a, an, alloc);
47 min_allocator<bool> alloc; local
48 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
49 test<std::vector<bool, min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
50 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
51 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
[all...]
/external/lzma/C/
H A D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) argument
22 p->data = (Byte *)alloc->Alloc(alloc, size);
31 void Buf_Free(CBuf *p, ISzAlloc *alloc) argument
33 alloc->Free(alloc, p->data);
H A D7zBuf2.c22 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) argument
29 data = (Byte *)alloc->Alloc(alloc, newSize);
34 alloc->Free(alloc, p->data);
42 void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) argument
44 alloc->Free(alloc, p->data);
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
H A Ddatastack.h35 int alloc; /* number of entries allocated at stack. */ member in struct:DataStack
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h13 +(id)alloc; variable
/external/clang/test/CodeGenCXX/
H A Dmangle-alias-template.cpp3 template<typename T> struct alloc {}; struct
4 template<typename T> using Alloc = alloc<T>;
/external/compiler-rt/test/tsan/
H A Drace_on_heap.cc17 void *alloc() { function
22 return alloc();
43 // CHECK: #{{1|2}} alloc
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter_alloc.pass.cpp51 std::allocator<int> alloc; local
52 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
53 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
54 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
55 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
56 test<std::vector<int> >(a, an, alloc);
62 min_allocator<int> alloc; local
63 test<std::vector<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
64 test<std::vector<int, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
65 test<std::vector<int, min_allocator<int>> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
66 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
[all...]
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_F.pass.cpp27 void test_FunctionObject(AllocType& alloc) argument
34 std::function<FuncType> f2(std::allocator_arg, alloc, target);
47 void test_FreeFunction(AllocType& alloc) argument
53 std::function<FuncType> f2(std::allocator_arg, alloc, target);
64 void test_MemFunClass(AllocType& alloc) argument
70 std::function<FuncType> f2(std::allocator_arg, alloc, target);
80 void test_for_alloc(Alloc& alloc) { argument
81 test_FunctionObject<int()>(alloc);
82 test_FunctionObject<int(int)>(alloc);
83 test_FunctionObject<int(int, int)>(alloc);
[all...]
H A Dalloc_function.pass.cpp28 void test_FunctionObject(AllocType& alloc) argument
40 std::function<FuncType> f2(std::allocator_arg, alloc, f);
52 void test_FreeFunction(AllocType& alloc) argument
64 std::function<FuncType> f2(std::allocator_arg, alloc, f);
74 void test_MemFunClass(AllocType& alloc) argument
86 std::function<FuncType> f2(std::allocator_arg, alloc, f);
96 void test_for_alloc(Alloc& alloc) argument
99 test_FunctionObject<int()>(alloc);
100 test_FunctionObject<int(int)>(alloc);
101 test_FunctionObject<int(int, int)>(alloc);
117 bare_allocator<DummyClass> alloc; local
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h26 void *alloc(uptr size);
30 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator.
47 inline void *PersistentAllocator::alloc(uptr size) { function in class:__sanitizer::PersistentAllocator
51 // If failed, lock, retry and alloc new superblock.
67 return thePersistentAllocator.alloc(sz);
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cc30 Alloc alloc; local
32 alloc.InitCache(&cache);
37 IndexT idx = alloc.Alloc(&cache);
40 int *v = alloc.Map(idx);
46 int *v = alloc.Map(idx);
48 alloc.Free(&cache, idx);
51 alloc.FlushCache(&cache);
/external/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h50 chunk_alloc_t *alloc; member in struct:__anon7556
/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+MatOfByte.java38 public void alloc(int elemNumber) { method in class:MatOfByte
47 alloc(num);
H A Dcore+MatOfDMatch.java40 public void alloc(int elemNumber) { method in class:MatOfDMatch
50 alloc(num);
H A Dcore+MatOfDouble.java38 public void alloc(int elemNumber) { method in class:MatOfDouble
47 alloc(num);
H A Dcore+MatOfFloat.java38 public void alloc(int elemNumber) { method in class:MatOfFloat
47 alloc(num);
H A Dcore+MatOfFloat4.java38 public void alloc(int elemNumber) { method in class:MatOfFloat4
47 alloc(num);
H A Dcore+MatOfFloat6.java38 public void alloc(int elemNumber) { method in class:MatOfFloat6
47 alloc(num);
H A Dcore+MatOfInt.java39 public void alloc(int elemNumber) { method in class:MatOfInt
48 alloc(num);
H A Dcore+MatOfInt4.java39 public void alloc(int elemNumber) { method in class:MatOfInt4
48 alloc(num);
H A Dcore+MatOfKeyPoint.java40 public void alloc(int elemNumber) { method in class:MatOfKeyPoint
49 alloc(num);

Completed in 2481 milliseconds

1234567