/external/chromium_org/third_party/libjingle/overrides/allocator_shim/ |
H A D | allocator_stub.cc | 11 void* Allocate(std::size_t n) { function
|
/external/clang/test/Index/ |
H A D | index-file.cpp | 4 template < typename T > *Allocate() { } function
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
H A D | p11.cpp | 9 void Allocate(unsigned Alignment function in struct:test0::A 13 void f1(A<int> x) { x.Allocate(); }
|
/external/chromium_org/cc/resources/ |
H A D | scoped_resource.cc | 18 void ScopedResource::Allocate(const gfx::Size& size, function in class:cc::ScopedResource
|
/external/chromium_org/mojo/public/cpp/bindings/lib/ |
H A D | fixed_buffer.cc | 29 void* FixedBuffer::Allocate(size_t delta) { function in class:mojo::internal::FixedBuffer
|
H A D | message_builder.cc | 13 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 D | thread_local.h | 38 void Allocate() { function in class:mojo::internal::ThreadLocalPointer
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
H A D | crazy_linker_ashmem.cpp | 21 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 D | crazy_linker_memory_mapping.h | 31 // 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 D | arena.h | 21 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 D | heap-profiler_unittest.cc | 59 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 D | heap-profiler_unittest.cc | 59 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 D | paged_array.h | 44 bool Allocate(size_t size) { function in class:courgette::PagedArray
|
/external/llvm/include/llvm/Support/ |
H A D | RecyclingAllocator.h | 40 /// 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 D | AllocatorTest.cpp | 20 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 D | WLNonFileByteStream.cpp | 33 void WLNonFileByteStream::Allocate(int data_size)
function in class:WLNonFileByteStream 54 Allocate(data_size);
|
/external/chromium_org/base/win/ |
H A D | scoped_bstr.cc | 46 BSTR ScopedBstr::Allocate(const char16* str) { function in class:base::win::ScopedBstr
|
/external/chromium_org/content/test/plugin/ |
H A D | plugin_npobject_identity_test.cc | 16 static NPObject* Allocate(NPP npp, NPClass* npclass) { function in class:__anon7910::NPThingy 28 NPThingy::Allocate,
|
H A D | plugin_delete_plugin_in_deallocate_test.cc | 19 static NPObject* Allocate(NPP npp, NPClass* npclass) { function in class:__anon7909::DeletePluginInDeallocateTestNPObject 49 DeletePluginInDeallocateTestNPObject::Allocate,
|
/external/chromium_org/media/cdm/ppapi/ |
H A D | cdm_helpers.cc | 79 cdm::Buffer* PpbBufferAllocator::Allocate(uint32_t capacity) { function in class:media::PpbBufferAllocator
|
/external/chromium_org/skia/ext/ |
H A D | bitmap_platform_device_skia.cc | 87 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) { function in class:skia::PlatformBitmap
|
/external/chromium_org/v8/src/ |
H A D | transitions.cc | 15 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 D | sanitizer_allocator.cc | 74 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 D | mapped-file.cc | 45 MappedFile* MappedFile::Allocate(size_t size) { function in class:fst::MappedFile 97 MappedFile* mf = Allocate(size);
|
/external/chromium_org/content/browser/loader/ |
H A D | resource_buffer.cc | 90 char* ResourceBuffer::Allocate(int* size) { function in class:content::ResourceBuffer
|