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

12345678

/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/libcxx/utilities/tuple/tuple.tuple/
H A Ddiagnose_reference_binding.fail.cpp23 std::allocator<void> alloc; local
29 std::tuple<int const&> t1(std::allocator_arg, alloc, 42); // expected-note {{requested here}}
32 std::tuple<std::string &&> t3(std::allocator_arg, alloc, "hello"); // expected-note {{requested here}}
H A Ddiagnose_reference_binding.pass.cpp29 std::allocator<void> alloc; local
34 std::tuple<int&> t1(std::allocator_arg, alloc, std::ref(x));
44 std::tuple<int&> t2(std::allocator_arg, alloc, r);
46 std::tuple<int&> t3(std::allocator_arg, alloc, cr);
54 std::tuple<int const&> t3(std::allocator_arg, alloc, std::ref(x));
56 std::tuple<int const&> t4(std::allocator_arg, alloc, std::cref(x));
66 std::tuple<int const&> t3(std::allocator_arg, alloc, r);
68 std::tuple<int const&> t4(std::allocator_arg, alloc, cr);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-objc-dealloc.h12 + (instancetype)alloc; variable
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dconstruct_iter_iter_alloc.pass.cpp40 std::allocator<bool> alloc; local
41 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
42 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
43 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
44 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
45 test<std::vector<bool> >(a, an, alloc);
49 min_allocator<bool> alloc; local
50 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
51 test<std::vector<bool, min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
52 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
53 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/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.cpp56 std::allocator<int> alloc; local
57 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
58 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
59 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
60 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
61 test<std::vector<int> >(a, an, alloc);
67 min_allocator<int> alloc; local
68 test<std::vector<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
69 test<std::vector<int, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
70 test<std::vector<int, min_allocator<int>> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
71 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_function.pass.cpp29 void test_FunctionObject(AllocType& alloc) argument
41 std::function<FuncType> f2(std::allocator_arg, alloc, f);
53 void test_FreeFunction(AllocType& alloc) argument
65 std::function<FuncType> f2(std::allocator_arg, alloc, f);
75 void test_MemFunClass(AllocType& alloc) argument
87 std::function<FuncType> f2(std::allocator_arg, alloc, f);
97 void test_for_alloc(Alloc& alloc) argument
100 test_FunctionObject<int()>(alloc);
101 test_FunctionObject<int(int)>(alloc);
102 test_FunctionObject<int(int, int)>(alloc);
118 bare_allocator<DummyClass> alloc; local
[all...]
H A Dalloc_F.pass.cpp41 void test_FunctionObject(AllocType& alloc) argument
48 std::function<FuncType> f2(std::allocator_arg, alloc, target);
61 void test_FreeFunction(AllocType& alloc) argument
67 std::function<FuncType> f2(std::allocator_arg, alloc, target);
78 void test_MemFunClass(AllocType& alloc) argument
84 std::function<FuncType> f2(std::allocator_arg, alloc, target);
94 void test_for_alloc(Alloc& alloc) { argument
95 test_FunctionObject<int()>(alloc);
96 test_FunctionObject<int(int)>(alloc);
97 test_FunctionObject<int(int, int)>(alloc);
[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:__anon8267
/external/pdfium/fxjs/
H A Dcfxjse_isolatetracker.cpp18 std::unique_ptr<v8::ArrayBuffer::Allocator> alloc) {
20 m_AllocatorMap[pIsolate] = std::move(alloc);
16 Append( v8::Isolate* pIsolate, std::unique_ptr<v8::ArrayBuffer::Allocator> alloc) argument
/external/skia/src/core/
H A DSkAutoPixmapStorage.cpp42 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) { function in class:SkAutoPixmapStorage
H A DSkVarAlloc.cpp50 size_t alloc = static_cast<size_t>(1)<<fLgSize++; local
51 while (alloc < bytes + sizeof(Block)) {
52 alloc *= 2;
54 fBytesAllocated += alloc;
55 fBlock = Block::Alloc(fBlock, alloc);
57 fRemaining = alloc - sizeof(Block);
H A DSkVarAlloc.h23 char* alloc(size_t bytes) { function in class:SkVarAlloc
/external/deqp/framework/delibs/decpp/
H A DdeMemPool.hpp51 void* alloc (deUintptr numBytes);
86 inline void* MemPool::alloc (deUintptr numBytes) function in class:de::MemPool
/external/deqp/framework/referencerenderer/
H A DrrVertexPacket.cpp78 VertexPacket* VertexPacketAllocator::alloc (void) function in class:rr::VertexPacketAllocator
/external/libjpeg-turbo/
H A Djdatadst-tj.c45 boolean alloc; member in struct:__anon10722
93 if (!dest->alloc) ERREXIT(cinfo, JERR_BUFFER_SIZE);
133 if(dest->alloc) *dest->outbuffer = dest->buffer;
152 boolean alloc)
181 if (dest->buffer == *outbuffer && *outbuffer != NULL && alloc)
185 dest->alloc = alloc;
188 if (alloc) {
150 jpeg_mem_dest_tj(j_compress_ptr cinfo, unsigned char **outbuffer, unsigned long *outsize, boolean alloc) argument

Completed in 7221 milliseconds

12345678