Searched defs:allocator (Results 1 - 25 of 205) sorted by relevance

123456789

/external/libchrome/base/allocator/
H A Dallocator_extension.h14 namespace allocator { namespace in namespace:base
20 // Request that the allocator release any free memory it knows about to the
26 // allocator implementation.
48 } // namespace allocator
H A Dallocator_extension.cc5 #include "base/allocator/allocator_extension.h"
16 namespace allocator { namespace in namespace:base
39 // TODO(sque): Use allocator shim layer instead.
59 } // namespace allocator
H A Dallocator_shim.h13 namespace allocator { namespace in namespace:base
16 // - Configure the behavior of the allocator (what to do on OOM failures).
17 // - Install new hooks (AllocatorDispatch) in the allocator chain.
37 // ultimately routes the calls to the actual allocator defined by the build
82 // Inserts |dispatch| in front of the allocator chain. This method is NOT
93 } // namespace allocator
/external/clang/test/CodeCompletion/
H A Dtemplates.cpp3 class allocator { class in namespace:std
8 template<typename T, typename Alloc = std::allocator<T> >
21 // CHECK-CC1: allocator<<#typename T#>>
/external/clang/test/Modules/Inputs/PR27401/
H A Da.h16 class allocator {}; class
/external/clang/test/SemaCXX/
H A DPR9902.cpp24 struct allocator {}; struct
28 allocator_traits<allocator<char>>::rebind_alloc<int> a;
/external/google-breakpad/src/common/
H A Dmemory_unittest.cc40 PageAllocator allocator; local
44 PageAllocator allocator; local
47 uint8_t *p = reinterpret_cast<uint8_t*>(allocator.Alloc(i));
54 PageAllocator allocator; local
56 uint8_t *p = reinterpret_cast<uint8_t*>(allocator.Alloc(10000));
59 uint8_t *p = reinterpret_cast<uint8_t*>(allocator.Alloc(i));
/external/skia/src/pathops/
H A DSkOpTAllocator.h16 static T* Allocate(SkArenaAlloc* allocator) { argument
17 return allocator->make<T>();
20 static T* AllocateArray(SkArenaAlloc* allocator, int count) { argument
21 return allocator->makeArrayDefault<T>(count);
24 static T* New(SkArenaAlloc* allocator) { argument
25 return allocator->make<T>();
H A DSkOpContour.cpp65 SkArenaAlloc* allocator = fContour->globalState()->allocator(); local
68 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 3);
73 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 3);
78 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 4);
109 SkArenaAlloc* allocator = fContour->globalState()->allocator();
110 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 2);
/external/ImageMagick/Magick++/lib/Magick++/
H A DBlobRef.h37 Blob::Allocator allocator; // Memory allocation system in use member in class:Magick::BlobRef
/external/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp9 class allocator;
12 class allocator<char> {}; class
29 basic_string<allocator<char> > vectorFoo_;
/external/llvm/unittests/ADT/
H A DIntervalMapTest.cpp21 UUMap::Allocator allocator; local
22 UUMap map(allocator);
55 UUMap::Allocator allocator; local
56 UUMap map(allocator);
142 UUMap::Allocator allocator; local
143 UUMap map(allocator);
212 UUMap::Allocator allocator; local
213 UUMap map(allocator);
326 UUMap::Allocator allocator; local
327 UUMap map(allocator);
469 UUMap::Allocator allocator; local
545 UUMap::Allocator allocator; local
569 UUMap::Allocator allocator; local
613 UUMap::Allocator allocator; local
[all...]
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DIntervalMapTest.cpp21 UUMap::Allocator allocator; local
22 UUMap map(allocator);
55 UUMap::Allocator allocator; local
56 UUMap map(allocator);
142 UUMap::Allocator allocator; local
143 UUMap map(allocator);
212 UUMap::Allocator allocator; local
213 UUMap map(allocator);
326 UUMap::Allocator allocator; local
327 UUMap map(allocator);
469 UUMap::Allocator allocator; local
545 UUMap::Allocator allocator; local
569 UUMap::Allocator allocator; local
613 UUMap::Allocator allocator; local
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dp2ptransport.cc23 P2PTransport::P2PTransport(const std::string& name, PortAllocator* allocator) argument
24 : Transport(name, allocator) {}
/external/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp14 class allocator class in namespace:std
19 { typedef allocator<_Tp1> other; };
20 ~allocator() throw() { }
37 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
H A Dmangle-subst-std.cpp25 template<typename> struct allocator { }; struct in namespace:std
29 void f(std::allocator<char>, std::allocator<int>) { }
41 typedef std::basic_string<char, std::char_traits<char>, std::allocator<char> > string;
96 typedef basic_string<char, std::char_traits<char>, std::allocator<char> > not_string;
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp54 vk::Allocator &allocator,
60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement));
51 createAndAlloc(const vk::DeviceInterface& vk, vk::VkDevice device, const vk::VkBufferCreateInfo &createInfo, vk::Allocator &allocator, vk::MemoryRequirement memoryRequirement) argument
/external/gemmlowp/test/
H A Dtest_allocator.cc16 #include "../internal/allocator.h"
43 Allocator allocator; local
45 // Test allocating increasingly large sizes on the same allocator,
48 test_allocator(&allocator, i);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiComputeInstanceResultBuffer.cpp36 Allocator &allocator,
41 m_buffer(createResultBuffer(m_vki, m_device, allocator, &m_bufferMem, initValue)),
60 Allocator &allocator,
79 de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::HostVisible);
34 ComputeInstanceResultBuffer(const DeviceInterface &vki, VkDevice device, Allocator &allocator, float initValue) argument
58 createResultBuffer(const DeviceInterface &vki, VkDevice device, Allocator &allocator, de::MovePtr<Allocation> *outAllocation, float initValue) argument
/external/dng_sdk/source/
H A Ddng_filter_task.cpp60 dng_memory_allocator *allocator,
74 fSrcBuffer [threadIndex] . Reset (allocator->Allocate (srcBufferSize));
76 fDstBuffer [threadIndex] . Reset (allocator->Allocate (dstBufferSize));
58 Start(uint32 threadCount, const dng_point &tileSize, dng_memory_allocator *allocator, dng_abort_sniffer * ) argument
/external/libchrome/base/metrics/
H A Dpersistent_sample_map_unittest.cc31 std::unique_ptr<PersistentHistogramAllocator> allocator = local
34 PersistentSampleMap samples(1, allocator.get(), &meta);
48 std::unique_ptr<PersistentHistogramAllocator> allocator = local
51 PersistentSampleMap samples(1, allocator.get(), &meta);
154 std::unique_ptr<PersistentHistogramAllocator> allocator = local
157 PersistentSampleMap samples(1, allocator.get(), &meta);
239 std::unique_ptr<PersistentHistogramAllocator> allocator = local
242 PersistentSampleMap samples(1, allocator.get(), &meta);
/external/skia/src/core/
H A DSkSpriteBlitter4f.cpp66 SkArenaAlloc* allocator) {
67 SkASSERT(allocator != nullptr);
76 return allocator->make<Sprite_F16>(source, paint);
116 SkArenaAlloc* allocator) {
117 SkASSERT(allocator != nullptr);
126 return allocator->make<Sprite_sRGB>(source, paint);
65 ChooseF16(const SkPixmap& source, const SkPaint& paint, SkArenaAlloc* allocator) argument
115 ChooseS32(const SkPixmap& source, const SkPaint& paint, SkArenaAlloc* allocator) argument
/external/skia/tests/
H A DGrAllocatorTest.cpp26 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt,
29 // Adds cnt items to the allocator, tests the cnts and iterators, pops popCnt items and checks
30 // again. Finally it resets the allocator and checks again.
31 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, argument
33 SkASSERT(allocator);
34 SkASSERT(allocator->empty());
38 allocator->push_back(C(i));
40 allocator->push_back() = C(i);
43 check_allocator_helper(allocator, cnt, popCnt, reporter);
44 allocator
50 check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, skiatest::Reporter* reporter) argument
[all...]
/external/v8/src/zone/
H A Dzone.cc44 Zone::Zone(AccountingAllocator* allocator, const char* name) argument
49 allocator_(allocator),
99 // Traverse the chained list of segments and return them all to the allocator.
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp79 template <class Tp> class allocator;
82 class allocator<void> class in namespace:redecl::n1
89 class allocator class in namespace:redecl::n1
94 void allocate(allocator<void>::const_pointer = 0);

Completed in 2298 milliseconds

123456789