HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 126 - 150 of 1320) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
159 node_pointer p_ret = s_node_allocator.allocate(1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 56 m_p_head(s_head_allocator.allocate(1)),
67 m_p_head(s_head_allocator.allocate(1)),
82 m_p_head(s_head_allocator.allocate(1)),
171 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1);
195 p_ret = s_inode_allocator.allocate(1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
159 node_pointer p_ret = s_node_allocator.allocate(1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 56 m_p_head(s_head_allocator.allocate(1)),
67 m_p_head(s_head_allocator.allocate(1)),
82 m_p_head(s_head_allocator.allocate(1)),
171 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1);
195 p_ret = s_inode_allocator.allocate(1);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
159 node_pointer p_ret = s_node_allocator.allocate(1);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 56 m_p_head(s_head_allocator.allocate(1)),
67 m_p_head(s_head_allocator.allocate(1)),
82 m_p_head(s_head_allocator.allocate(1)),
171 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1);
195 p_ret = s_inode_allocator.allocate(1);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 35 * 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_type __n, size_type& __allocated_n) function in class:per_thread_allocator
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 35 * 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_type __n, size_type& __allocated_n) function in class:per_thread_allocator
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 71 ByteBuffer bb = ByteBuffer.allocate(128);
85 ByteBuffer bb = ByteBuffer.allocate(128);
122 ByteBuffer bb = ByteBuffer.allocate(128);
146 ByteBuffer bb = ByteBuffer.allocate(128);
206 ByteBuffer bb = ByteBuffer.allocate(4);
207 CoderResult cr = e.encode(CharBuffer.allocate(0), bb, true);
223 ByteBuffer output = ByteBuffer.allocate(10);
  /external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 26 bool allocate = (i % 5) <= 2; // 60% malloc, 40% free local
28 allocate = i % 2; // then switch to 50% malloc, 50% free
29 if (allocate) {
  /external/pdfium/third_party/bigint/
NumberlikeArray.hh 63 void allocate(Index c);
101 void NumberlikeArray<Blk>::allocate(Index c) { function in class:NumberlikeArray
106 // Allocate the new array
117 // Allocate the new number array
150 allocate(len);
  /external/skia/bench/
GrMemoryPoolBench.cpp 25 void* operator new (size_t size) { return gBenchPool.allocate(size); }
54 // we allocate. We start allocate-biased and ping-pong to delete-biased
87 void* operator new (size_t size) { return gBenchPool.allocate(size); }
132 void* operator new (size_t size) { return gBenchPool.allocate(size); }
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SourceChannelTest.java 68 sink.write(ByteBuffer.allocate(1));
69 int count = source.read(ByteBuffer.allocate(10));
90 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
108 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
172 ByteBuffer[] readBufArray = { ByteBuffer.allocate(BUFFER_SIZE),
173 ByteBuffer.allocate(BUFFER_SIZE) };
236 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
256 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
315 ByteBuffer[] readBufArray = { ByteBuffer.allocate(BUFFER_SIZE),
316 ByteBuffer.allocate(BUFFER_SIZE) }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetDecoderTest.java 214 CharBuffer out = decoder.decode(ByteBuffer.allocate(0));
309 CharBuffer out = CharBuffer.allocate(100);
363 out = CharBuffer.allocate(4);
370 out = CharBuffer.allocate(100);
374 out = CharBuffer.allocate(100);
409 CharBuffer out = CharBuffer.allocate(50);
463 CharBuffer out = CharBuffer.allocate(getString().length() * 3);
512 CharBuffer out = CharBuffer.allocate(50);
572 CharBuffer out = CharBuffer.allocate(10);
581 .flush(CharBuffer.allocate(10)))
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java.injected/org/apache/harmony/crypto/internal/
NullCipherSpiTest.java 112 ByteBuffer outbuf = ByteBuffer.allocate(6);
137 outbuf = ByteBuffer.allocate(5);
157 ByteBuffer outbuf = ByteBuffer.allocate(6);
182 outbuf = ByteBuffer.allocate(5);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RollRecoveryEntry.java 49 ByteBuffer content = ByteBuffer.allocate(2);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_alloc_helpers.hpp 28 inline void* allocate(std::size_t s, Handler& h) function in namespace:asio_handler_alloc_helpers
thread_info_base.hpp 39 static void* allocate(thread_info_base* this_thread, std::size_t size) function in class:asio::detail::thread_info_base
  /external/replicaisland/src/com/replica/replicaisland/
ObjectPool.java 46 protected Object allocate() { method in class:ObjectPool
  /external/skia/src/gpu/gl/debug/
GrBufferObj.h 51 void allocate(GrGLsizeiptr size, const GrGLchar *dataPtr);
  /external/v8/src/
string-stream.h 22 // Allocate a number of bytes.
23 virtual char* allocate(unsigned bytes) = 0;
24 // Allocate a larger number of bytes and copy the old buffer to the new one.
36 char* allocate(unsigned bytes) override;
49 char* allocate(unsigned bytes) override;
108 buffer_(allocator_->allocate(kInitialCapacity)) {

Completed in 1933 milliseconds

1 2 3 4 56 7 8 91011>>