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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
transitions.cc 49 MaybeObject* TransitionArray::Allocate(int number_of_transitions) {
84 maybe_result = Allocate(1);
97 MaybeObject* maybe_result = Allocate(nof);
119 maybe_array = TransitionArray::Allocate(new_size);
  /external/clang/lib/AST/
DeclGroup.cpp 23 void* Mem = C.Allocate(Size, llvm::AlignOf<DeclGroup>::Alignment);
  /external/openfst/src/include/fst/
mapped-file.h 65 static MappedFile* Allocate(size_t size);
  /external/chromium_org/content/test/plugin/
plugin_npobject_identity_test.cc 16 static NPObject* Allocate(NPP npp, NPClass* npclass) {
28 NPThingy::Allocate,
plugin_delete_plugin_in_deallocate_test.cc 19 static NPObject* Allocate(NPP npp, NPClass* npclass) {
49 DeletePluginInDeallocateTestNPObject::Allocate,
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-profiler_unittest.sh 129 VerifyMemFunction Allocate "$HEAPPROFILE.1448.heap" "$HEAPPROFILE.1548.heap"
133 VerifyMemFunction Allocate "$HEAPPROFILE"_*.1448.heap "$HEAPPROFILE"_*.1548.heap
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-profiler_unittest.sh 129 VerifyMemFunction Allocate "$HEAPPROFILE.1448.heap" "$HEAPPROFILE.1548.heap"
133 VerifyMemFunction Allocate "$HEAPPROFILE"_*.1448.heap "$HEAPPROFILE"_*.1548.heap
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 76 void *p = allocator.Allocate(&cache, size, 8);
92 void *p = allocator.Allocate(&cache, size, 8, false);
114 void *p = allocator.Allocate(&cache, size, alignment);
122 *memptr = allocator.Allocate(&cache, size, alignment);
132 void *p = allocator.Allocate(&cache, size, GetPageSizeCached());
sanitizer_allocator_test.cc 90 // Allocate a bunch of chunks.
99 char *x = (char*)cache.Allocate(a, class_id0);
168 void *x = cache.Allocate(a, 1 + i % 50);
212 void *x = cache.Allocate(a, max_size_class);
302 void *x = a.Allocate(&stats, 1 << 20, 1);
339 // Allocate some.
341 allocated[i] = (char *)a.Allocate(&stats, size, 1);
354 // Allocate some more, also add metadata.
356 char *x = (char *)a.Allocate(&stats, size, 1);
385 char *p = allocated[i] = (char *)a.Allocate(&stats, size, alignment)
    [all...]
  /external/llvm/lib/Support/
Allocator.cpp 45 /// StartNewSlab - Allocate a new slab and move the bump pointers over into
49 // to allocate more. Increase slab size to reduce mallocs and possibly memory
54 MemSlab *NewSlab = Allocator.Allocate(SlabSize);
89 /// Allocate - Allocate space at the specified alignment.
91 void *BumpPtrAllocator::Allocate(size_t Size, size_t Alignment) {
101 // Allocate the aligned space, going forwards from CurPtr.
114 // If Size is really big, allocate a separate slab for it.
117 MemSlab *NewSlab = Allocator.Allocate(PaddedSize);
134 assert(CurPtr <= End && "Unable to allocate memory!")
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 63 return Allocate(stack, size, 1, kAlwaysClearMemory);
76 return Allocate(stack, size, 1, true);
88 return Allocate(stack, size, alignment, kAlwaysClearMemory);
94 *memptr = Allocate(stack, size, alignment, kAlwaysClearMemory);
104 return Allocate(stack, size, GetPageSizeCached(), kAlwaysClearMemory);
132 // pvalloc(0) should allocate one page.
135 return Allocate(stack, size, GetPageSizeCached(), kAlwaysClearMemory);
143 return Allocate(stack, size, 1, kAlwaysClearMemory);
170 // allocate dynamic TLS space in ld-linux.so.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 73 return internal_allocator()->Allocate(&internal_allocator_cache, size, 8,
76 return internal_allocator()->Allocate(cache, size, 8, false);
113 void *LowLevelAllocator::Allocate(uptr size) {
  /external/chromium_org/cc/resources/
scoped_resource.cc 18 bool ScopedResource::Allocate(gfx::Size size,
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.h 33 // Allocate() step succeeded. -1 is never a valid ID, and is returned by some
44 // One-time initialization to allocate the shared memory buffers. Returns true
46 bool Allocate();
85 // recognized (it may be a valid frame, but we didn't allocate it).
  /external/chromium_org/courgette/third_party/
paged_array.h 44 bool Allocate(size_t size) {
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.h 31 virtual void Allocate(const VideoCaptureCapability& capture_format,
  /external/chromium_org/media/video/capture/
fake_video_capture_device.h 30 virtual void Allocate(const VideoCaptureCapability& capture_format,
50 // EXPERIMENTAL, similar to allocate, but changes resolution and calls
video_capture_device_unittest.cc 166 device->Allocate(capture_format, frame_observer_.get());
204 device->Allocate(capture_format, frame_observer_.get());
238 device->Allocate(capture_format, frame_observer_.get());
282 device->Allocate(capture_format_1, frame_observer_.get());
285 device->Allocate(capture_format_2, frame_observer_.get());
287 // Allocate new size 320, 240
290 device->Allocate(capture_format_3, frame_observer_.get());
328 device->Allocate(capture_format, frame_observer_.get());
366 device->Allocate(capture_format, frame_observer_.get());
403 device->Allocate(capture_format, frame_observer_.get())
    [all...]
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 27 virtual void Allocate(const VideoCaptureCapability& capture_format,
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 41 virtual void Allocate(const VideoCaptureCapability& capture_format,
  /external/llvm/include/llvm/Support/
PredIteratorCache.h 51 Entry = Memory.Allocate<BasicBlock*>(PredCache.size());
  /external/opencv/
WLNonFileByteStream.cpp 33 void WLNonFileByteStream::Allocate(int data_size)
54 Allocate(data_size);
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 81 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
118 D = (CompoundValData*) BPAlloc.Allocate<CompoundValData>();
137 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>();
253 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
278 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>();
  /external/chromium_org/chrome_frame/
function_stub.cc 38 void* Allocate(size_t size) {
112 reinterpret_cast<FunctionStub*>(heap_.Allocate(sizeof(FunctionStub)));
  /external/opencv/otherlibs/highgui/
bitstrm.h 91 virtual void Allocate();
185 virtual void Allocate();

Completed in 1186 milliseconds

12 3 4 5 6 7 8 91011>>