HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 501 - 525 of 1772) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 117 /// Allocate an array of at least the requested capacity.
119 /// Return an existing recycled array, or allocate one from Allocator if
123 T *allocate(Capacity Cap, AllocatorType &Allocator) { function in class:llvm::ArrayRecycler
128 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
133 /// Cap must be the same capacity that was given to allocate().
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 117 /// Allocate an array of at least the requested capacity.
119 /// Return an existing recycled array, or allocate one from Allocator if
123 T *allocate(Capacity Cap, AllocatorType &Allocator) { function in class:llvm::ArrayRecycler
128 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
133 /// Cap must be the same capacity that was given to allocate().
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 117 /// Allocate an array of at least the requested capacity.
119 /// Return an existing recycled array, or allocate one from Allocator if
123 T *allocate(Capacity Cap, AllocatorType &Allocator) { function in class:llvm::ArrayRecycler
128 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
133 /// Cap must be the same capacity that was given to allocate().
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 117 /// Allocate an array of at least the requested capacity.
119 /// Return an existing recycled array, or allocate one from Allocator if
123 T *allocate(Capacity Cap, AllocatorType &Allocator) { function in class:llvm::ArrayRecycler
128 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
133 /// Cap must be the same capacity that was given to allocate().
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 98 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
new_allocator.h 99 allocate(size_type __n, const void* = 0) function in class:new_allocator
  /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_/
resize_fn_imps.hpp 93 a_entries_resized = s_entry_allocator.allocate(new_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 117 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/
malloc_allocator.h 98 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
new_allocator.h 99 allocate(size_type __n, const void* = 0) function in class:new_allocator
  /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_/
resize_fn_imps.hpp 93 a_entries_resized = s_entry_allocator.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/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 117 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/
malloc_allocator.h 98 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
new_allocator.h 99 allocate(size_type __n, const void* = 0) function in class:new_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 93 a_entries_resized = s_entry_allocator.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/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 117 node_pointer p_ret = s_node_allocator.allocate(1);
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
inout_typemaps.i 16 %{(cl::let (($out (ff:allocate-fobject '$*in_fftype :c)))
33 %{(cl::let (($out (ff:allocate-fobject '$*in_fftype :c)))
85 // for this to work, swig needs to know how large an array to allocate.
90 %{(cl::let (($out (ff:allocate-fobject '$*in_fftype :c)))
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 98 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
new_allocator.h 99 allocate(size_type __n, const void* = 0) function in class:new_allocator
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 93 a_entries_resized = s_entry_allocator.allocate(new_size);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 117 node_pointer p_ret = s_node_allocator.allocate(1);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 98 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
new_allocator.h 99 allocate(size_type __n, const void* = 0) function in class:new_allocator
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 93 a_entries_resized = s_entry_allocator.allocate(new_size);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 117 node_pointer p_ret = s_node_allocator.allocate(1);

Completed in 635 milliseconds

<<21222324252627282930>>