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

1234

/external/chromium_org/third_party/libjingle/overrides/allocator_shim/
H A Dallocator_stub.cc11 void* Allocate(std::size_t n) { function
/external/clang/test/Index/
H A Dindex-file.cpp4 template < typename T > *Allocate() { } function
/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/chromium_org/cc/resources/
H A Dscoped_resource.cc18 void ScopedResource::Allocate(const gfx::Size& size, function in class:cc::ScopedResource
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dfixed_buffer.cc29 void* FixedBuffer::Allocate(size_t delta) { function in class:mojo::internal::FixedBuffer
H A Dmessage_builder.cc13 void Allocate(Buffer* buf, Header** header) { function in namespace:mojo::internal
14 *header = static_cast<Header*>(buf->Allocate(sizeof(Header)));
21 Allocate(&buf_, &header);
44 Allocate(&buf_, &header);
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Dthread_local.h38 void Allocate() { function in class:mojo::internal::ThreadLocalPointer
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_ashmem.cpp21 bool AshmemRegion::Allocate(size_t region_size, const char* region_name) { function in class:crazy::AshmemRegion
55 if (map.Allocate(NULL, map_size, MemoryMapping::CAN_WRITE, fd)) {
69 if (!map.Allocate(NULL, map_size, MemoryMapping::CAN_READ, fd)) {
H A Dcrazy_linker_memory_mapping.h31 // Allocate a new mapping.
37 bool Allocate(void* address, size_t size, Protection prot, int fd) { function in class:crazy::MemoryMapping
/external/chromium_org/third_party/leveldatabase/src/util/
H A Darena.h21 char* Allocate(size_t bytes);
23 // Allocate memory with the normal alignment guarantees provided by malloc
52 inline char* Arena::Allocate(size_t bytes) { function in class:leveldb::Arena
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-profiler_unittest.cc59 static ATTRIBUTE_NOINLINE void Allocate(int start, int end, int size) { function
91 Allocate(0, 40, 100);
110 Allocate(0, 40, 100);
133 Allocate(0, 40, 100);
136 Allocate(0, 40, 100);
137 Allocate(0, 40, 100);
142 Allocate(0, 100, 100000);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-profiler_unittest.cc59 static ATTRIBUTE_NOINLINE void Allocate(int start, int end, int size) { function
91 Allocate(0, 40, 100);
110 Allocate(0, 40, 100);
133 Allocate(0, 40, 100);
136 Allocate(0, 40, 100);
137 Allocate(0, 40, 100);
142 Allocate(0, 100, 100000);
/external/chromium_org/courgette/third_party/
H A Dpaged_array.h44 bool Allocate(size_t size) { function in class:courgette::PagedArray
/external/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
67 return Allocator.Allocate();
/external/llvm/unittests/Support/
H A DAllocatorTest.cpp20 int *a = (int*)Alloc.Allocate(sizeof(int), 0);
21 int *b = (int*)Alloc.Allocate(sizeof(int) * 10, 0);
22 int *c = (int*)Alloc.Allocate(sizeof(int), 0);
49 // Allocate enough bytes to create three slabs.
52 Alloc.Allocate(3000, 0);
54 Alloc.Allocate(3000, 0);
56 Alloc.Allocate(3000, 0);
60 // Allocate enough bytes to create two slabs, reset the allocator, and do it
64 Alloc.Allocate(3000, 0);
66 Alloc.Allocate(300
126 void *Allocate(size_t Size, size_t /*Alignment*/) { function in class:__anon26521::MockSlabAllocator
[all...]
/external/opencv/
H A DWLNonFileByteStream.cpp33 void WLNonFileByteStream::Allocate(int data_size) function in class:WLNonFileByteStream
54 Allocate(data_size);
/external/chromium_org/base/win/
H A Dscoped_bstr.cc46 BSTR ScopedBstr::Allocate(const char16* str) { function in class:base::win::ScopedBstr
/external/chromium_org/content/test/plugin/
H A Dplugin_npobject_identity_test.cc16 static NPObject* Allocate(NPP npp, NPClass* npclass) { function in class:__anon7910::NPThingy
28 NPThingy::Allocate,
H A Dplugin_delete_plugin_in_deallocate_test.cc19 static NPObject* Allocate(NPP npp, NPClass* npclass) { function in class:__anon7909::DeletePluginInDeallocateTestNPObject
49 DeletePluginInDeallocateTestNPObject::Allocate,
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.cc79 cdm::Buffer* PpbBufferAllocator::Allocate(uint32_t capacity) { function in class:media::PpbBufferAllocator
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.cc87 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) { function in class:skia::PlatformBitmap
/external/chromium_org/v8/src/
H A Dtransitions.cc15 Handle<TransitionArray> TransitionArray::Allocate(Isolate* isolate, function in class:v8::internal::TransitionArray
57 result = Allocate(isolate, 1);
71 Handle<TransitionArray> result = Allocate(containing_map->GetIsolate(), nof);
102 Handle<TransitionArray> result = Allocate(map->GetIsolate(), new_size);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc74 return internal_allocator()->Allocate(&internal_allocator_cache, size, 8,
77 return internal_allocator()->Allocate(cache, size, 8, false);
114 void *LowLevelAllocator::Allocate(uptr size) { function in class:__sanitizer::LowLevelAllocator
/external/openfst/src/lib/
H A Dmapped-file.cc45 MappedFile* MappedFile::Allocate(size_t size) { function in class:fst::MappedFile
97 MappedFile* mf = Allocate(size);
/external/chromium_org/content/browser/loader/
H A Dresource_buffer.cc90 char* ResourceBuffer::Allocate(int* size) { function in class:content::ResourceBuffer

Completed in 680 milliseconds

1234