Home
last modified time | relevance | path

Searched refs:defAlloc (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_vector.h83 elems = defAlloc.ALLOCATE(bufsize); in Oscl_Vector_New()
90 elems = defAlloc.ALLOCATE(bufsize); in Oscl_Vector_New()
99 defAlloc.deallocate(elems); in ~Oscl_Vector_New()
110 T* tmp = defAlloc.ALLOCATE(x.end() - x.begin());
114 defAlloc.deallocate(elems);
151 elems = defAlloc.ALLOCATE(n); in reserve()
162 defAlloc.deallocate(oldelems); in reserve()
202 defAlloc.deallocate(elems); in destroy()
240 Oscl_TAlloc<T, Alloc> defAlloc; variable
/external/opencore/oscl/unit_test/src/
Dunit_test_vector.h118 elems = defAlloc.allocate(bufsize); in UnitTest_Vector()
129 elems = defAlloc.allocate(bufsize); in UnitTest_Vector()
141 defAlloc.deallocate(elems); in ~UnitTest_Vector()
155 T* tmp = defAlloc.allocate(x.end() - x.begin());
158 defAlloc.deallocate(elems);
207 elems = defAlloc.allocate(n); in reserve()
215 defAlloc.deallocate(oldelems); in reserve()
364 UnitTest_TAlloc<T, Alloc> defAlloc; variable
/external/opencore/oscl/oscl/osclbase/src/
Doscl_exclusive_ptr.h389 defAlloc.deallocate(_Ptr);
403 defAlloc.deallocate(_Ptr); in ~OsclExclusivePtrA()
468 Oscl_TAlloc<T, Alloc> defAlloc;
Doscl_queue.h301 Alloc defAlloc;
306 return defAlloc.allocate(size); in allocate()
312 defAlloc.deallocate(p); in deallocate()
Doscl_vector.h435 Alloc defAlloc;
441 return (size) ? defAlloc.ALLOCATE(size) : NULL; in allocate()
447 defAlloc.deallocate(p); in deallocate()