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

1 23 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
mempool.c 99 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);
  /bionic/libc/arch-x86/bionic/
__set_tls.c 37 __LIBC_HIDDEN__ void __init_user_desc(struct user_desc* result, bool allocate, void* base_addr) {
38 if (allocate) {
  /external/compiler-rt/test/asan/TestCases/Posix/
current_allocated_bytes.cc 13 void* allocate(void *arg) { function
32 pthread_create(&thr[j], 0, (j < 2) ? allocate : check_stats, 0));
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
allocate.pass.cpp 13 // pointer allocate(size_type n, allocator<void>::const_pointer hint=0);
36 A* ap = a.allocate(3);
45 A* ap2 = a.allocate(3, (const void*)5);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btUnionFind.cpp 31 void btUnionFind::allocate(int N) function in class:btUnionFind
43 allocate(N);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/util/
UriEncoderTest.java 32 ByteBuffer buff = ByteBuffer.allocate(10);
40 ByteBuffer buff = ByteBuffer.allocate(10);
  /frameworks/compile/mclinker/lib/MC/
ContextFactory.cpp 27 result = UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>::allocate();
39 LDContext* result = allocate();
InputFactory.cpp 37 Input* result = Alloc::allocate();
46 Input* result = Alloc::allocate();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
allocate.pass.cpp 13 // pointer allocate(size_type n, allocator<void>::const_pointer hint=0);
50 A* ap = a.allocate(3);
57 A* ap2 = a.allocate(3, (const void*)5);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 60 entry_pointer p_e = s_entry_allocator.allocate(1);
73 entry_pointer p_e = s_entry_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/cc_hash_table_map_/
entry_list_fn_imps.hpp 60 entry_pointer p_e = s_entry_allocator.allocate(1);
73 entry_pointer p_e = s_entry_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/cc_hash_table_map_/
entry_list_fn_imps.hpp 60 entry_pointer p_e = s_entry_allocator.allocate(1);
73 entry_pointer p_e = s_entry_allocator.allocate(1);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 60 entry_pointer p_e = s_entry_allocator.allocate(1);
73 entry_pointer p_e = s_entry_allocator.allocate(1);
  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.hpp 117 virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment) = 0;
118 virtual de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirement requirement) = 0;
127 de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment);
128 de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirement requirement);
  /external/opencv3/modules/core/src/
stl.cpp 47 char* cv::String::allocate(size_t len) function in class:cv::String
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_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/ov_tree_map_/
insert_fn_imps.hpp 53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_size);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_size);
  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 29 MemoryArea* result = allocate();
43 MemoryArea* result = allocate();
56 MemoryArea* result = allocate();
  /libcore/luni/src/test/java/libcore/java/nio/
CharBufferTest.java 30 CharBuffer cb = CharBuffer.allocate(32).append(s);
41 CharBuffer cb = CharBuffer.allocate(32).append(s);
51 cb = CharBuffer.allocate(32).append(surrogateCP);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
AbstractBoxParser.java 65 ByteBuffer bb = ByteBuffer.allocate(8);
81 ByteBuffer bb = ByteBuffer.allocate(16);
98 header = ByteBuffer.allocate(16);
103 header = ByteBuffer.allocate(24);
108 header = ByteBuffer.allocate(32);
  /system/core/libmemunreachable/tests/
Allocator_test.cpp 43 void *ptr = allocator.allocate();
50 void *ptr1 = allocator.allocate();
52 void *ptr2 = allocator.allocate();
56 void *ptr3 = allocator.allocate();
68 ptr[i] = allocator.allocate();
90 void *ptr = allocator.allocate();
101 ptr[i] = allocator.allocate();
124 void* ptr1 = a.allocate();
125 void* ptr2 = b.allocate();
126 void* ptr3 = c.allocate();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 61 m_entries(s_entry_allocator.allocate(m_num_e))
72 m_entries(s_entry_allocator.allocate(m_num_e))
84 m_entries(s_entry_allocator.allocate(m_num_e))
98 m_entries(s_entry_allocator.allocate(m_num_e))
112 m_entries(s_entry_allocator.allocate(m_num_e))
127 m_entries(s_entry_allocator.allocate(m_num_e))
144 m_entries(s_entry_allocator.allocate(m_num_e))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 61 m_entries(s_entry_allocator.allocate(m_num_e))
72 m_entries(s_entry_allocator.allocate(m_num_e))
84 m_entries(s_entry_allocator.allocate(m_num_e))
98 m_entries(s_entry_allocator.allocate(m_num_e))
112 m_entries(s_entry_allocator.allocate(m_num_e))
127 m_entries(s_entry_allocator.allocate(m_num_e))
144 m_entries(s_entry_allocator.allocate(m_num_e))

Completed in 3728 milliseconds

1 23 4 5 6 7 8 91011>>