Searched defs:Allocate (Results 1 - 25 of 97) sorted by relevance

1234

/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp11.cpp9 void Allocate(unsigned Alignment function in struct:test0::A
13 void f1(A<int> x) { x.Allocate(); }
/external/clang/test/Index/
H A Dindex-file.cpp4 template < typename T > *Allocate() { } function
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dnew_array_cookie_with_new_from_class.cc12 void *operator new(size_t s) { return Allocate(s); }
13 void *operator new[] (size_t s) { return Allocate(s); }
16 static void *Allocate(size_t s) { function in struct:Foo
/external/dng_sdk/source/
H A Ddng_ref_counted_block.cpp40 Allocate (size);
55 void dng_ref_counted_block::Allocate (uint32 size) function in class:dng_ref_counted_block
172 Allocate ((uint32)possiblySharedHeader->fSize);
H A Ddng_string_list.cpp46 void dng_string_list::Allocate (uint32 minSize) function in class:dng_string_list
92 Allocate (fCount + 1);
H A Ddng_memory.cpp40 Allocate (size);
52 Allocate (count, elementSize);
67 void dng_memory_data::Allocate (uint32 size) function in class:dng_memory_data
90 void dng_memory_data::Allocate (uint32 count, std::size_t elementSize) function in class:dng_memory_data
106 Allocate(numBytes);
131 dng_memory_block * result = allocator.Allocate (size);
218 dng_memory_block * dng_memory_allocator::Allocate (uint32 size) function in class:dng_memory_allocator
/external/google-breakpad/src/client/mac/handler/
H A Dprotected_memory_allocator.cc62 char *ProtectedMemoryAllocator::Allocate(vm_size_t bytes) { function in class:ProtectedMemoryAllocator
/external/google-breakpad/src/client/
H A Dminidump_file_writer-inl.h45 inline bool TypedMDRVA<MDType>::Allocate() { function in class:google_breakpad::TypedMDRVA
47 return UntypedMDRVA::Allocate(minidump_size<MDType>::size());
51 inline bool TypedMDRVA<MDType>::Allocate(size_t additional) { function in class:google_breakpad::TypedMDRVA
53 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() + additional);
60 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() * count);
68 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() + count * length);
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dbuffer.h44 void* Allocate(size_t num_bytes) { function in class:mojo::internal::Buffer
H A Dmessage_builder.cc16 void Allocate(Buffer* buf, Header** header) { function in namespace:mojo::internal
17 *header = static_cast<Header*>(buf->Allocate(sizeof(Header)));
33 Allocate(message_.buffer(), &header);
45 Allocate(message_.buffer(), &header);
53 Allocate(message_.buffer(), &header);
/external/perfetto/include/perfetto/tracing/core/
H A Dslice.h44 static Slice Allocate(size_t size) { function in struct:perfetto::Slice
/external/perfetto/src/base/
H A Dpage_allocator.cc63 PageAllocator::UniquePtr PageAllocator::Allocate(size_t size) { function in class:perfetto::base::PageAllocator
/external/perfetto/src/tracing/core/
H A Did_allocator.h60 T Allocate() { return static_cast<T>(AllocateGeneric()); } function in class:perfetto::IdAllocator
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DRecyclingAllocator.h40 /// Allocate - Return a pointer to storage for an object of type
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } function in class:llvm::RecyclingAllocator
46 T *Allocate() { return Base.Allocate(Allocator); } function in class:llvm::RecyclingAllocator
63 return Allocator.Allocate();
/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddevice_memory_allocator.cc34 StreamExecutorMemoryAllocator::Allocate(int device_ordinal, uint64 size, function in class:xla::StreamExecutorMemoryAllocator
H A Dpool.h54 SmartPtr Allocate() { function in class:xla::Pool
/external/drm_hwcomposer/
H A Ddrmframebuffer.h55 bool Allocate(uint32_t w, uint32_t h) { function in struct:android::DrmFramebuffer
/external/llvm/include/llvm/Support/
H A DRecycler.h82 SubClass *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
88 : static_cast<SubClass *>(Allocator.Allocate(Size, Align));
92 T *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
93 return Allocate<T>(Allocator);
H A DRecyclingAllocator.h40 /// Allocate - Return a pointer to storage for an object of type
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } function in class:llvm::RecyclingAllocator
46 T *Allocate() { return Base.Allocate(Allocator); } function in class:llvm::RecyclingAllocator
67 return Allocator.Allocate();
/external/llvm/unittests/Support/
H A DAllocatorTest.cpp20 int *a = (int*)Alloc.Allocate(sizeof(int), 1);
21 int *b = (int*)Alloc.Allocate(sizeof(int) * 10, 1);
22 int *c = (int*)Alloc.Allocate(sizeof(int), 1);
49 // Allocate enough bytes to create three slabs.
52 Alloc.Allocate(3000, 1);
54 Alloc.Allocate(3000, 1);
56 Alloc.Allocate(3000, 1);
60 // Allocate enough bytes to create two slabs, reset the allocator, and do it
65 // Allocate something larger than the SizeThreshold=4096.
66 (void)Alloc.Allocate(500
146 void *Allocate(size_t Size, size_t /*Alignment*/) { function in class:__anon15032::MockSlabAllocator
[all...]
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dresource9.c39 BOOL Allocate,
47 DBG("This=%p pParams=%p initResource=%p Allocate=%d "
49 This, pParams, initResource, (int) Allocate,
60 if (Allocate) {
36 NineResource9_ctor( struct NineResource9 *This, struct NineUnknownParams *pParams, struct pipe_resource *initResource, BOOL Allocate, D3DRESOURCETYPE Type, D3DPOOL Pool, DWORD Usage) argument
/external/opencv/
H A DWLNonFileByteStream.cpp33 void WLNonFileByteStream::Allocate(int data_size) function in class:WLNonFileByteStream
54 Allocate(data_size);
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DAllocatorTest.cpp21 int *a = (int*)Alloc.Allocate(sizeof(int), 0);
22 int *b = (int*)Alloc.Allocate(sizeof(int) * 10, 0);
23 int *c = (int*)Alloc.Allocate(sizeof(int), 0);
35 // Allocate enough bytes to create three slabs.
38 Alloc.Allocate(3000, 0);
40 Alloc.Allocate(3000, 0);
42 Alloc.Allocate(3000, 0);
46 // Allocate enough bytes to create two slabs, reset the allocator, and do it
50 Alloc.Allocate(3000, 0);
52 Alloc.Allocate(300
104 virtual MemSlab *Allocate(size_t Size) { function in class:__anon23184::MockSlabAllocator
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc93 return internal_allocator()->Allocate(&internal_allocator_cache, size,
96 return internal_allocator()->Allocate(cache, size, alignment, false);
166 void *LowLevelAllocator::Allocate(uptr size) { function in class:__sanitizer::LowLevelAllocator
/external/tensorflow/tensorflow/contrib/lite/
H A Dsimple_memory_arena.cc34 TfLiteStatus SimpleMemoryArena::Allocate(TfLiteContext* context, function in class:tflite::SimpleMemoryArena

Completed in 2712 milliseconds

1234