Searched defs:Allocate (Results 26 - 50 of 96) sorted by relevance

1234

/external/chromium_org/extensions/browser/api/storage/
H A Dsettings_storage_quota_enforcer.cc31 void Allocate( function in namespace:extensions::__anon8112
136 Allocate(key, value, &new_used_total, &new_used_per_setting);
167 Allocate(it.key(), it.value(), &new_used_total, &new_used_per_setting);
269 Allocate(it.key(), it.value(), &used_total_, &used_per_setting_);
/external/chromium_org/gin/
H A Darray_buffer.cc24 void* ArrayBufferAllocator::Allocate(size_t length) { function in class:gin::ArrayBufferAllocator
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relro.cpp70 bool SharedRelro::Allocate(size_t relro_size, function in class:crazy::SharedRelro
73 // Allocate a new ashmem region.
76 if (!ashmem_.Allocate(relro_size, name.c_str())) {
93 if (!map.Allocate(NULL, relro_size, MemoryMapping::CAN_WRITE, ashmem_.fd())) {
124 if (!map.Allocate(
172 if (!fd_map.Allocate(NULL, relro_size, MemoryMapping::CAN_READ, ashmem_fd)) {
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapFilter.cpp103 SkBitmapFilter *SkBitmapFilter::Allocate() { function in class:SkBitmapFilter
144 fBitmapFilter = SkBitmapFilter::Allocate();
/external/clang/include/clang/Sema/
H A DParsedTemplate.h185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { function in struct:clang::TemplateIdAnnotation
/external/llvm/include/llvm/Support/
H A DRecycler.h101 SubClass *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
108 static_cast<SubClass *>(Allocator.Allocate(Size, Align));
112 T *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
113 return Allocate<T>(Allocator);
/external/skia/src/core/
H A DSkBitmapFilter.cpp97 SkBitmapFilter *SkBitmapFilter::Allocate() { function in class:SkBitmapFilter
138 fBitmapFilter = SkBitmapFilter::Allocate();
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_cairo.cc214 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) { function in class:skia::PlatformBitmap
H A Dbitmap_platform_device_mac.cc29 // Allocate a bitmap context with 4 components per pixel (BGRA). Apple
270 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) { function in class:skia::PlatformBitmap
H A Dbitmap_platform_device_win.cc302 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) { function in class:skia::PlatformBitmap
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver_unittest.cc84 void Allocate() { function in class:RelayServerTest
275 Allocate();
305 Allocate();
340 Allocate();
350 Allocate();
373 Allocate();
398 Allocate();
422 Allocate();
447 Allocate();
472 Allocate();
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.h252 static void *Allocate(size_t n) { function in struct:MemoryRegionMap::MyAllocator
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.h228 static void *Allocate(size_t n) { function in struct:MemoryRegionMap::MyAllocator
H A Dthread_cache.h91 // Allocate an object of the given size and class. The size given
93 void* Allocate(size_t size, size_t cl);
307 // Allocate a new heap. REQUIRES: Static::pageheap_lock is held.
335 inline void* ThreadCache::Allocate(size_t size, size_t cl) { function in class:tcmalloc::ThreadCache
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history.cc51 Allocate(number_to_store);
57 void RTPPacketHistory::Allocate(uint16_t number_to_store) { function in class:webrtc::RTPPacketHistory
/external/chromium_org/v8/samples/
H A Dshell.cc73 virtual void* Allocate(size_t length) { function in class:ShellArrayBufferAllocator
/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc50 void* OS::Allocate(const size_t requested, function in class:v8::base::OS
118 // Allocate enough room to be able to store a full file name.
H A Dplatform-macos.cc54 void* OS::Allocate(const size_t requested, function in class:v8::base::OS
H A Dplatform-solaris.cc73 void* OS::Allocate(const size_t requested, function in class:v8::base::OS
/external/chromium_org/v8/src/
H A Dinterface.h97 void Allocate(int index) { function in class:v8::internal::Interface
H A Dlist-inl.h127 void List<T, P>::Allocate(int length, P allocator) { function in class:v8::internal::List
H A Dscopeinfo.h157 static Handle<ModuleInfo> Allocate(Isolate* isolate, int length) { function in class:v8::internal::ModuleInfo
/external/chromium_org/v8/test/cctest/
H A Dcctest.cc132 virtual void* Allocate(size_t length) { return malloc(length); } function in class:CcTestArrayBufferAllocator
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h88 /// \brief Allocate new storage.
89 Storage *Allocate() { function in class:clang::PartialDiagnostic::StorageAllocator
131 DiagStorage = Allocator->Allocate();
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc79 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, function in class:__asan::FakeStack
196 FakeFrame *ff = fs->Allocate(fs->stack_size_log(), class_id, real_stack);

Completed in 1931 milliseconds

1234