Searched defs:allocate (Results 26 - 50 of 110) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODArena.h51 virtual void* allocate(size_t size) = 0;
59 // fastFree to allocate chunks of storage.
67 virtual void* allocate(size_t size) OVERRIDE { return fastMalloc(size); }
129 ptr = m_current->allocate(roundedSize);
136 ptr = m_current->allocate(roundedSize);
159 m_base = static_cast<uint8_t*>(m_allocator->allocate(size));
171 void* allocate(size_t size) function in class:blink::FINAL::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioArray.h44 allocate(n);
52 // It's OK to call allocate() multiple times, but data will *not* be copied from an initial allocation
54 void allocate(size_t n) function in class:blink::AudioArray
75 // Initially we try to allocate the exact size, but if it's not aligned
76 // then we'll have to reallocate and from then on allocate extra.
95 extraAllocationBytes = alignment; // always allocate extra after the first alignment failure.
108 // no greater than max unsigned. This guarantee is enforced in allocate().
117 // This multiplication is made safe by the check in allocate().
129 // greater than m_size, which is safe due to the check in allocate().
141 // greater than m_size, which is safe due to the check in allocate()
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DPoolAlloc.cpp70 // be obtained to allocate memory.
160 // Indicate there is no current page to allocate from.
207 void* TPoolAllocator::allocate(size_t numBytes) function in class:TPoolAllocator
231 // Safe to allocate from currentPageOffset.
265 // Need a simple page to allocate from.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c210 bool allocate,
218 assert(!(allocate && eot));
234 * urb entry - (I think... what about 'allocate'?)
237 allocate ? c->reg.R0 : retype(brw_null_reg(), BRW_REGISTER_TYPE_UD),
240 allocate,
243 allocate ? 1 : 0, /* response_length */
264 0, /* allocate */
380 1, /* allocate */
208 brw_clip_emit_vue(struct brw_clip_compile *c, struct brw_indirect vert, bool allocate, bool eot, GLuint header) argument
H A Dbrw_gs_emit.c171 bool allocate = !last; local
184 allocate ? c->reg.temp
188 allocate,
191 allocate ? 1 : 0, /* response length */
192 allocate ? 0 : 1, /* eot */
197 if (allocate) {
204 * De-allocate the URB entry that was previously allocated to this thread
215 false, /* allocate */
227 * have finished sending primitives down the pipeline, and to allocate a URB
245 1, /* allocate */
[all...]
H A Dbrw_sf_emit.c405 void brw_emit_tri_setup(struct brw_sf_compile *c, bool allocate) argument
412 if (allocate)
479 0, /* allocate */
493 void brw_emit_line_setup(struct brw_sf_compile *c, bool allocate) argument
501 if (allocate)
553 0, /* allocate */
565 void brw_emit_point_sprite_setup(struct brw_sf_compile *c, bool allocate) argument
572 if (allocate)
643 0, /* allocate */
657 void brw_emit_point_setup(struct brw_sf_compile *c, bool allocate) argument
[all...]
/external/chromium_org/v8/src/
H A Dostreams.h74 OStringStream() : size_(0), capacity_(32), data_(allocate(capacity_)) {
91 static char* allocate (size_t n) { return new char[n]; } function in class:v8::internal::OStringStream
H A Dzone-allocator.h39 pointer allocate(size_type n, const void* hint = 0) { function in class:v8::internal::zone_allocator
H A Dhydrogen-escape-analysis.cc48 HAllocate* allocate = HAllocate::cast(instr); local
49 if (!allocate->size()->IsInteger32Constant()) continue;
50 int size_in_bytes = allocate->size()->GetInteger32Constant();
162 void HEscapeAnalysisPhase::AnalyzeDataFlow(HInstruction* allocate) { argument
163 HBasicBlock* allocate_block = allocate->block();
184 if (instr != allocate) continue;
185 state = NewStateForAllocation(allocate);
191 if (load->object() != allocate) continue;
205 if (store->object() != allocate) continue;
226 if (instr->OperandAt(i) != allocate) continu
296 HAllocate* allocate = HAllocate::cast(captured_.at(i)); local
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h47 void *allocate(size_t Sz) { function in class:clang::threadSafety::til::MemRegionRef
69 return R.allocate(Sz);
/external/libcxx/src/
H A Dthread.cpp145 T* allocate(size_t __n) function in class:__hidden_allocator
/external/libcxx/test/support/
H A Dallocators.h42 T* allocate(std::size_t n) function in class:A1
98 T* allocate(std::size_t n, const void* hint) function in class:A2
H A Dmin_allocator.h245 pointer allocate(std::ptrdiff_t n) function in class:min_allocator
H A Dtest_allocator.h63 pointer allocate(size_type n, const void* = 0) function in class:test_allocator
140 T* allocate(std::size_t n) function in class:other_allocator
/external/libcxx/test/thread/futures/
H A Dtest_allocator.h58 pointer allocate(size_type n, const void* = 0) function in class:test_allocator
133 T* allocate(std::size_t n) function in class:other_allocator
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c210 bool allocate,
218 assert(!(allocate && eot));
234 * urb entry - (I think... what about 'allocate'?)
237 allocate ? c->reg.R0 : retype(brw_null_reg(), BRW_REGISTER_TYPE_UD),
240 allocate,
243 allocate ? 1 : 0, /* response_length */
264 0, /* allocate */
380 1, /* allocate */
208 brw_clip_emit_vue(struct brw_clip_compile *c, struct brw_indirect vert, bool allocate, bool eot, GLuint header) argument
H A Dbrw_gs_emit.c171 bool allocate = !last; local
184 allocate ? c->reg.temp
188 allocate,
191 allocate ? 1 : 0, /* response length */
192 allocate ? 0 : 1, /* eot */
197 if (allocate) {
204 * De-allocate the URB entry that was previously allocated to this thread
215 false, /* allocate */
227 * have finished sending primitives down the pipeline, and to allocate a URB
245 1, /* allocate */
[all...]
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp105 pointer allocate(size_type, const void* = 0) { return 0; } function in class:std::allocator
/external/valgrind/main/memcheck/tests/
H A Dmempool2.c102 char *allocate(pool *p, int size) function
130 x1 = allocate(p1, 10);
131 x2 = allocate(p2, 20);
/external/chromium_org/courgette/
H A Dmemory_allocator.h181 pointer allocate(size_type count) { function in class:courgette::MemoryAllocator
183 // However, so that the allocation is properly aligned, we allocate an
211 pointer allocate(size_type count, const void* hint) { function in class:courgette::MemoryAllocator
212 return allocate(count);
267 pointer allocate(size_type count) {
274 pointer allocate(size_type count, const void* hint) {
275 return allocate(count);
342 T* new_buffer = alloc_.allocate(size);
395 // TODO(tommi): Should we allocate a new, smaller buffer?
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DVideoCapture.java89 boolean allocate(int width, int height, int frameRate) { method in class:VideoCapture
90 Log.d(TAG, "allocate: requested (" + width + "x" + height + ")@" +
95 Log.e(TAG, "allocate: Camera.open: " + ex);
109 Log.d(TAG, "allocate: orientation dev=" + mDeviceOrientation +
122 Log.e(TAG, "allocate: no fps range found");
137 Log.d(TAG, "allocate: fps set to " + frameRate);
148 Log.d(TAG, "allocate: supported (" +
161 Log.e(TAG, "allocate: can not find a multiple-of-32 resolution");
164 Log.d(TAG, "allocate: matched (" + matchedWidth + "x" + matchedHeight + ")");
208 Log.e(TAG, "allocate
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp245 return allocate(nBits, true);
263 bool BitSet::allocate(unsigned int nBits, bool zero) function in class:nv50_ir::BitSet
/external/clang/lib/Sema/
H A DAttributeList.cpp54 void *AttributeFactory::allocate(size_t size) { function in class:AttributeFactory
64 // Otherwise, allocate something new.
/external/eigen/unsupported/Eigen/src/SVD/
H A DSVDBase.h166 bool allocate(Index rows, Index cols, unsigned int computationOptions) ;
194 bool SVDBase<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions) function in class:Eigen::SVDBase
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp245 return allocate(nBits, true);
263 bool BitSet::allocate(unsigned int nBits, bool zero) function in class:nv50_ir::BitSet

Completed in 387 milliseconds

12345