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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 187 /// Allocate BitSize bits in the byte array where Bits contains the bits to
192 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 187 /// Allocate BitSize bits in the byte array where Bits contains the bits to
192 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 187 /// Allocate BitSize bits in the byte array where Bits contains the bits to
192 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 187 /// Allocate BitSize bits in the byte array where Bits contains the bits to
192 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 187 /// Allocate BitSize bits in the byte array where Bits contains the bits to
192 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
  /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_/
resize_fn_imps.hpp 94 a_p_entries_resized = s_entry_pointer_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/cc_hash_table_map_/
resize_fn_imps.hpp 94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
splay-tree.h 76 /* The type of a function used to allocate memory for tree root and
115 /* Node allocate function. Takes allocate_data as a parameter. */
116 splay_tree_allocate_fn allocate; variable
121 /* Parameter for allocate/free functions. */
  /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_/
resize_fn_imps.hpp 94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
stack_allocator.h 39 pointer allocate(size_type n, const void* = 0) function in class:stack_allocator
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/
stack_allocator.h 39 pointer allocate(size_type n, const void* = 0) function in class:stack_allocator
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
deallocate.pass.cpp 34 auto ret = a.allocate(N);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource.global/
new_delete_resource.pass.cpp 84 void *ret = r1.allocate(50);
  /system/chre/util/include/chre/util/
memory_pool_impl.h 29 // ensure that we never allocate out of bounds so we don't need to worry about
38 ElementType *MemoryPool<ElementType, kSize>::allocate(Args&&... args) { function in class:chre::MemoryPool
  /toolchain/binutils/binutils-2.25/include/
splay-tree.h 76 /* The type of a function used to allocate memory for tree root and
115 /* Node allocate function. Takes allocate_data as a parameter. */
116 splay_tree_allocate_fn allocate; variable
121 /* Parameter for allocate/free functions. */
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 44 this.buffer = ByteBuffer.allocate(size);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_memory_resource.hpp 36 // 'MinAlignPointer<char>{}.allocate(...)' will never a 2-byte aligned
183 T* allocate(std::size_t n) function in class:CountingAllocator
245 T* allocate(std::size_t n) { function in class:MinAlignedAllocator
336 T* allocate(std::size_t n) function in class:NullAllocator
419 void* ret = P.allocate(s, a);
452 void* allocate(size_t, size_t) { return nullptr; } function in struct:NullProvider
461 void* allocate(size_t s, size_t) { return ::operator new(s); } function in struct:NewDeleteProvider
476 void* allocate(size_t s, size_t a) { function in struct:BufferProvider
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 222 void *Allocate(uptr Size) {
231 return getAllocator().Allocate(Cache_, Size, 1, false);
317 void *allocate(uptr Size, uptr Alignment, AllocType Type) { function in struct:__scudo::Allocator
341 Ptr = BackendAllocator.Allocate(&Cache, NeededSize, MinAlignment);
344 Ptr = BackendAllocator.Allocate(&FallbackAllocatorCache, NeededSize,
484 // Otherwise, we have to allocate a new chunk and copy the contents of the
486 void *NewPtr = allocate(NewSize, MinAlignment, FromMalloc);
511 void *Ptr = allocate(Total, MinAlignment, FromMalloc);
539 return Instance.allocate(Size, Allocator::MinAlignment, Type);
552 return Instance.allocate(Size, Allocator::MinAlignment, FromMalloc)
    [all...]
  /external/skia/tests/
GrMemoryPoolTest.cpp 35 return gPool->allocate(size);
257 r.add(pool.allocate(31));
303 // When asked to allocate amount > minAllocSize, pool allocates larger block
313 r.add(pool.allocate(hugeSize));
319 r.add(pool.allocate(0));
338 r.add(pool.allocate());
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 134 /// allocate - allocate N data in order.
135 // - Disallow to allocate a chunk whose size is bigger than a chunk.
139 pointer allocate(size_type N) { function in class:mcld::LinearAllocatorBase
155 /// allocate - clone function of allocating one datum.
156 pointer allocate() { function in class:mcld::LinearAllocatorBase
261 * deallocation. Interleaving 'allocate' and 'deallocate' increases the size
331 pointer allocate(size_type pNumOfElements, const void* = 0) { function in class:mcld::MallocAllocator
379 DataType* allocate(size_type pNumOfElements, const void* = 0) { function in class:mcld::MallocAllocator
384 pointer allocate(size_type pNumOfElements, const void* = 0) function in class:mcld::MallocAllocator
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.h 109 virtual int allocate(uint8_t count, size_t size) = 0;
193 virtual int allocate(uint8_t count, size_t size);
226 virtual int allocate(uint8_t count, size_t size);
249 virtual int allocate(uint8_t count, size_t size);
287 virtual int allocate(uint8_t count, size_t size);
  /external/swiftshader/third_party/subzero/src/
IceInstMIPS32.h 82 return new (Func->allocate<OperandMIPS32FCC>()) OperandMIPS32FCC(FCC);
131 return new (Func->allocate<OperandMIPS32Mem>())
342 return new (Func->allocate<InstMIPS32Ret>())
364 return new (Func->allocate<InstMIPS32UnaryopGPR>())
410 return new (Func->allocate<InstMIPS32TwoAddrFPR>())
454 return new (Func->allocate<InstMIPS32TwoAddrGPR>())
501 return new (Func->allocate<InstMIPS32ThreeAddrFPR>())
550 return new (Func->allocate<InstMIPS32ThreeAddrGPR>())
597 return new (Func->allocate<InstMIPS32Load>())
686 return new (Func->allocate<InstMIPS32Store>()
    [all...]

Completed in 959 milliseconds

<<11121314151617181920>>