/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
D | allocate_hint.pass.cpp | 27 value_type* allocate(std::size_t n) in allocate() function 39 value_type* allocate(std::size_t n) in allocate() function 44 value_type* allocate(std::size_t n, const void* p) in allocate() function
|
D | allocate.pass.cpp | 27 value_type* allocate(std::size_t n) in allocate() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _alloc.c | 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { in allocate() function
|
D | _pthread_alloc.h | 168 _Tp* allocate(size_type __n, size_type& __allocated_n) { in allocate() function
|
D | _alloc.h | 92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } in allocate() function 157 static void* _STLP_CALL allocate(size_t& __n) in allocate() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | allocators.h | 42 T* allocate(std::size_t n) in allocate() function 98 T* allocate(std::size_t n, const void* hint) in allocate() function
|
D | min_allocator.h | 245 pointer allocate(std::ptrdiff_t n) in allocate() function
|
D | test_allocator.h | 200 T* allocate(std::size_t n) in allocate() function
|
/ndk/sources/cxx-stl/stlport/src/ |
D | allocators.cpp | 131 void* _STLP_CALL __malloc_alloc::allocate(size_t __n) in allocate() function in __malloc_alloc 990 void *_Pthread_alloc_impl::allocate(size_t& __n) { in allocate() function in _Pthread_alloc_impl 1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) { in allocate() function in _Pthread_alloc_impl 1102 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n) in allocate() function in _Pthread_alloc 1106 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n, __state_type* __a) in allocate() function in _Pthread_alloc
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | thread.cpp | 152 T* allocate(size_t __n) in allocate() function in __hidden_allocator
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/ |
D | test_allocator.h | 133 T* allocate(std::size_t n) in allocate() function
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mvctor_declaration_test.cpp | 105 pointer allocate(size_type, const void* = 0) { return 0; } in allocate() function in std::allocator
|
/ndk/tests/device/test-stlport/unit/ |
D | mvctor_declaration_test.cpp | 105 pointer allocate(size_type, const void* = 0) { return 0; } in allocate() function in std::allocator
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_demangle.cpp | 4736 arena<N>::allocate(std::size_t n) in allocate() function in __cxxabiv1::__anon1106586f0111::arena 4779 T* allocate(std::size_t n) in allocate() function in __cxxabiv1::__anon1106586f0111::short_alloc 4821 T* allocate(std::size_t n) in allocate() function in __cxxabiv1::__anon1106586f0111::malloc_alloc
|