Searched defs:allocate (Results 1 - 25 of 110) sorted by last modified time

12345

/external/valgrind/main/memcheck/tests/
H A Dmempool.c99 char *allocate(pool *p, int size) function
121 x1 = allocate(p, 10);
122 x2 = allocate(p, 20);
124 x3 = allocate(p, 10);
125 x4 = allocate(p, 20);
141 x5 = allocate(p, 10);
H A Dmempool2.c102 char *allocate(pool *p, int size) function
130 x1 = allocate(p1, 10);
131 x2 = allocate(p2, 20);
/external/stlport/src/
H A Dallocators.cpp131 void* _STLP_CALL __malloc_alloc::allocate(size_t __n) function in class:__malloc_alloc
174 // 2. In all other cases, we allocate an object of size exactly
270 // if it is inconvenient to allocate the requested number.
361 /* We allocate memory in large chunks in order to avoid fragmenting */
531 /* We allocate memory in large chunks in order to avoid fragmenting */
569 // We were able to allocate at least one object and there is still enough
576 // We were not able to allocate enough for at least one object.
614 // Add node to list of available blocks and recursively allocate from it.
623 // We were not able to find something in a freelist, try to allocate a smaller amount.
667 // is currently trying to allocate
990 void *_Pthread_alloc_impl::allocate(size_t& __n) { function in class:_Pthread_alloc_impl
1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) { function in class:_Pthread_alloc_impl
1102 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n) function in class:_Pthread_alloc
1106 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n, __state_type* __a) function in class:_Pthread_alloc
[all...]
/external/stlport/stlport/stl/
H A D_alloc.c38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
H A D_alloc.h67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } function in class:__new_alloc
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) function in class:__node_alloc
301 _Tp* allocate(size_type __n, const void* = 0) { function in class:allocator
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
525 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:_STLP_alloc_proxy
531 return allocate(__n, __allocated_n, _STLportAlloc());
534 // Unified interface to perform allocate()/deallocat
538 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/) function in class:_STLP_alloc_proxy
547 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/) function in class:_STLP_alloc_proxy
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& /*STLport allocator*/) function in class:_STLP_alloc_proxy
[all...]
H A D_iostream_string.h63 _CharT* allocate(size_type __n, const void* __ptr = 0) { function in class:__iostring_allocator
65 return _Base::allocate(__n, __ptr);
H A D_pthread_alloc.h35 * It is not an error to allocate memory in thread A and deallocate
76 static void * _STLP_CALL allocate(size_t& __n);
83 static void * _STLP_CALL allocate(size_t& __n, __state_type* __a);
129 _Tp* allocate(size_type __n, const void* = 0) { function in class:pthread_allocator
135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
168 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:pthread_allocator
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size));
312 _Tp* allocate(size_type __n, const void* = 0) { function in class:per_thread_allocator
318 _Tp* __ret = __REINTERPRET_CAST(_Tp*, _S_Alloc::allocate(__buf_size, _M_state));
354 _Tp* allocate(size_typ function in class:per_thread_allocator
[all...]
/external/stlport/test/eh/
H A DPrefix.h145 _Tp* allocate(size_type __n, const void* = 0) const { function in class:EH_allocator
146 return __n != 0 ? __REINTERPRET_CAST(value_type*,EH_STD::__new_alloc::allocate(__n * sizeof(value_type))) : 0;
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp105 pointer allocate(size_type, const void* = 0) { return 0; } function in class:std::allocator
H A Dstack_allocator.h88 _Tp* allocate(size_type n, void* = 0) { function in struct:StackAllocator
115 return allocate(n);
/external/skia/src/gpu/
H A DGrMemoryPool.cpp39 void* GrMemoryPool::allocate(size_t size) { function in class:GrMemoryPool
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp24 void allocate(GrGLsizeiptr size, const GrGLchar* dataPtr) { function in class:__anon30697::GrBufferObj
134 buffer->allocate(size, (const GrGLchar*) data);
/external/skia/src/gpu/gl/debug/
H A DGrBufferObj.cpp11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { function in class:GrBufferObj
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableFactory.java45 return mBitmapPool.allocate();
49 return mTiledBackgroundVertexGridPool.allocate();
53 return mScrollableBitmapPool.allocate();
91 public DrawableBitmap allocate() { method in class:DrawableFactory.DrawableBitmapPool
92 DrawableBitmap result = super.allocate();
H A DObjectPool.java46 protected Object allocate() { method in class:ObjectPool
H A DTObjectPool.java35 public T allocate() { method in class:TObjectPool
36 T object = (T)super.allocate();
H A DVectorPool.java42 public Vector2 allocate(Vector2 source) { method in class:VectorPool
43 Vector2 entry = super.allocate();
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_array.h38 void allocate(unsigned size, unsigned extra_tail = 0);
123 void pod_array<T>::allocate(unsigned size, unsigned extra_tail) function in class:agg::pod_array
154 allocate(v.m_size);
445 int8u* allocate(unsigned size, unsigned alignment = 1) function in class:agg::pod_allocator
462 return allocate(size - align, alignment);
469 return allocate(size, alignment);
/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
/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_eu_emit.c486 bool allocate,
495 insn->bits3.urb_gen5.allocate = allocate;
502 bool allocate,
528 insn->bits3.urb_gen5.allocate = allocate;
535 insn->bits3.urb.allocate = allocate;
2429 bool allocate,
2467 allocate,
484 brw_set_ff_sync_message(struct brw_compile *p, struct brw_instruction *insn, bool allocate, GLuint response_length, bool end_of_thread) argument
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
2555 brw_ff_sync(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, GLuint response_length, bool eot) argument
[all...]
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...]

Completed in 2962 milliseconds

12345