Searched
full:alloc (Results
776 -
800 of
3588) sorted by null
<<31323334353637383940>>
/external/valgrind/main/memcheck/tests/ |
errs1.stderr.exp | 7 Address 0x........ is 1 bytes before a block of size 10 alloc'd 21 Address 0x........ is 1 bytes before a block of size 10 alloc'd
|
/frameworks/compile/mclinker/unittests/ |
LinearAllocatorTest.h | 67 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; 69 Alloc* m_pTestee;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ |
ctor_alloc.pass.cpp | 12 // template <class Alloc> 13 // explicit priority_queue(const Alloc& a);
|
ctor_comp_alloc.pass.cpp | 12 // template <class Alloc> 13 // priority_queue(const Compare& comp, const Alloc& a);
|
ctor_comp_cont_alloc.pass.cpp | 12 // template <class Alloc> 14 // const Alloc& a);
|
ctor_comp_rcont_alloc.pass.cpp | 12 // template <class Alloc> 14 // const Alloc& a);
|
ctor_copy_alloc.pass.cpp | 12 // template <class Alloc> 13 // priority_queue(const priority_queue& q, const Alloc& a);
|
ctor_move_alloc.pass.cpp | 12 // template <class Alloc> 13 // priority_queue(priority_queue&& q, const Alloc& a);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ |
ctor_container_alloc.pass.cpp | 12 // template <class Alloc> 13 // queue(const container_type& c, const Alloc& a);
|
ctor_queue_alloc.pass.cpp | 12 // template <class Alloc> 13 // queue(const queue& q, const Alloc& a);
|
ctor_rcontainer_alloc.pass.cpp | 12 // template <class Alloc> 13 // queue(const container_type& c, const Alloc& a);
|
ctor_rqueue_alloc.pass.cpp | 12 // template <class Alloc> 13 // queue(queue&& q, const Alloc& a);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ |
ctor_container_alloc.pass.cpp | 12 // template <class Alloc> 13 // stack(const container_type& c, const Alloc& a);
|
ctor_copy_alloc.pass.cpp | 12 // template <class Alloc> 13 // stack(const stack& q, const Alloc& a);
|
ctor_rcontainer_alloc.pass.cpp | 12 // template <class Alloc> 13 // stack(const container_type& c, const Alloc& a);
|
ctor_rqueue_alloc.pass.cpp | 12 // template <class Alloc> 13 // stack(stack&& q, const Alloc& a);
|