HomeSort by relevance Sort by last modified time
    Searched refs:Allocate (Results 101 - 125 of 383) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device_unittest.cc 129 capture_device.Allocate(capture_format, &frame_observer);
174 capture_device.Allocate(capture_format, &frame_observer);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 85 // Allocate an object of the given size and class. The size given
87 void* Allocate(size_t size, size_t cl);
330 // Allocate a new heap. REQUIRES: Static::pageheap_lock is held.
362 inline void* ThreadCache::Allocate(size_t size, size_t cl) {
memory_region_map.cc 61 // but to do that one needs to allocate memory for that data at some point,
229 MyAllocator::Allocate(table_bytes));
414 MyAllocator::Allocate(key_size));
419 MyAllocator::Allocate(sizeof(HeapProfileBucket)));
524 MyAllocator::Allocate(key_size));
527 MyAllocator::Allocate(sizeof(HeapProfileBucket)));
603 // This will (eventually) allocate storage for and copy over the stack data
    [all...]
memory_region_map.h 250 // We allocate STL objects in our own arena.
252 static void *Allocate(size_t n) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 91 // 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) {
memory_region_map.h 226 // We allocate STL objects in our own arena.
228 static void *Allocate(size_t n) {
  /external/compiler-rt/lib/asan/
asan_globals.cc 98 (ListOfGlobals*)allocator_for_globals.Allocate(sizeof(ListOfGlobals));
104 void *mem = allocator_for_globals.Allocate(sizeof(VectorOfGlobals));
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 75 void *Allocate(const StackTrace &stack, uptr size, uptr alignment,
80 Report("WARNING: LeakSanitizer failed to allocate %zu bytes\n", size);
83 void *p = allocator.Allocate(&cache, size, alignment, cleared);
97 Report("WARNING: LeakSanitizer failed to allocate %zu bytes\n", new_size);
  /external/stlport/test/eh/
nc_alloc.cpp 115 static void *Allocate(size_t s) {
175 char * const p = (char*)gFastAllocator.Allocate( s );
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 150 "Cannot allocate an allocated block!");
162 /// FreeRangeHeader to allocate from.
277 virtual MemSlab *Allocate(size_t Size);
321 /// DefaultCodeSlabSize - When we have to go map more memory, we allocate at
325 /// DefaultSlabSize - Allocate data into slabs of this size unless we get
330 /// should allocate a separate slab.
349 /// startFunctionBody - When a function starts, allocate a block of free
370 // If this block isn't big enough for the allocation desired, allocate
381 // Allocate the entire memory block.
387 /// allocateNewCodeSlab - Helper method to allocate a new slab of cod
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 100 // For small size classes we allocate batches separately.
547 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)));
603 // One Region is used to allocate chunks of a single size class.
800 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)));
842 void *Allocate(SizeClassAllocator *allocator, uptr class_id) {
913 b = (Batch*)Allocate(allocator, SizeClassMap::ClassID(sizeof(Batch)));
928 // This class can (de)allocate only large chunks of memory using mmap/unmap.
939 void *Allocate(AllocatorStats *stat, uptr size, uptr alignment) {
    [all...]
  /external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc 156 cdm_video_frame->SetFrameBuffer(host_->Allocate(space_required));
158 LOG(ERROR) << "CopyVpxImageTo() cdm::Host::Allocate failed.";
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.cc 96 char* buf = arena_.Allocate(encoded_len);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 113 void Allocate();
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.h 52 static SkBitmapFilter* Allocate();
  /external/chromium_org/v8/src/
interface.h 118 void Allocate(int index) {
list.h 142 INLINE(void Allocate(int length,
scopeinfo.h 179 static Handle<ModuleInfo> Allocate(Isolate* isolate, int length) {
  /external/chromium_org/v8/test/cctest/
cctest.cc 102 virtual void* Allocate(size_t length) { return malloc(length); }
test-code-stubs-x64.cc 47 // Allocate an executable page of memory.
49 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
  /external/chromium_org/v8/test/mjsunit/
substr.js 75 var w = Math.random() * 42; // Allocate something new in new-space.
93 var w = Math.random() * 42; // Allocate something new in new-space.
  /external/clang/include/clang/Edit/
Commit.h 139 char *buf = StrAlloc.Allocate<char>(str.size());
  /external/clang/lib/AST/
CommentCommandTraits.cpp 90 char *Name = Allocator.Allocate<char>(CommandName.size() + 1);
CommentLexer.cpp 34 char *Resolved = Allocator.Allocate<char>(UNI_MAX_UTF8_BYTES_PER_CODE_POINT);
  /external/compiler-rt/lib/msan/
msan_allocator.cc 51 void *res = allocator.Allocate(&cache, size, alignment, false);

Completed in 715 milliseconds

1 2 3 45 6 7 8 91011>>