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

<<11121314151617181920>>

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 155 node_pointer p_new_nd = s_node_allocator.allocate(1);
172 node_pointer p_new_nd = s_node_allocator.allocate(1);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 70 * 0. If globally mandated, then allocate objects from new
73 * 2. In all other cases, we allocate an object of size exactly
115 // if it is inconvenient to allocate the requested number.
192 allocate(size_type __n, const void* = 0);
214 __pool_alloc<_Tp>::allocate(size_type __n, const void*) function in class:__pool_alloc
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
extptr_allocator.h 95 pointer allocate(size_type __n, void* __hint = 0) function in class:_ExtPtr_allocator
96 { return _M_real_alloc.allocate(__n,__hint); }
pool_allocator.h 70 * 0. If globally mandated, then allocate objects from new
73 * 2. In all other cases, we allocate an object of size exactly
115 // if it is inconvenient to allocate the requested number.
192 allocate(size_type __n, const void* = 0);
214 __pool_alloc<_Tp>::allocate(size_type __n, const void*) function in class:__pool_alloc
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 155 node_pointer p_new_nd = s_node_allocator.allocate(1);
172 node_pointer p_new_nd = s_node_allocator.allocate(1);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/support/
allocators.h 42 T* allocate(std::size_t n) function in class:A1
98 T* allocate(std::size_t n, const void* hint) function in class:A2
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 58 pointer allocate(size_type n, const void* = 0) function in class:test_allocator
133 T* allocate(std::size_t n) function in class:other_allocator
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
extptr_allocator.h 95 pointer allocate(size_type __n, void* __hint = 0) function in class:_ExtPtr_allocator
96 { return _M_real_alloc.allocate(__n,__hint); }
pool_allocator.h 70 * 0. If globally mandated, then allocate objects from new
73 * 2. In all other cases, we allocate an object of size exactly
115 // if it is inconvenient to allocate the requested number.
192 allocate(size_type __n, const void* = 0);
214 __pool_alloc<_Tp>::allocate(size_type __n, const void*) function in class:__pool_alloc
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 155 node_pointer p_new_nd = s_node_allocator.allocate(1);
172 node_pointer p_new_nd = s_node_allocator.allocate(1);
  /system/chre/core/
host_comms_manager.cc 46 MessageToHost *msgToHost = mMessagePool.allocate();
49 LOGE("Couldn't allocate message to host");
76 MessageFromHost *msgFromHost = mMessagePool.allocate();
78 LOGE("Couldn't allocate message from host");
81 LOGE("Couldn't allocate %" PRIu32 " bytes for message data from host "
  /bionic/libc/arch-mips64/bionic/
__bionic_clone.S 46 PTR_SUBU sp, FRAMESZ # allocate stack frame
  /cts/tests/tests/security/src/android/security/cts/
AudioSecurityTest.java 202 byte command[] = ByteBuffer.allocate(5 * 4 /* capacity */)
270 byte command[] = ByteBuffer.allocate(5 * 4 /* capacity */)
327 byte command[] = ByteBuffer.allocate(5 * 4 /* capacity */)
409 byte command[] = ByteBuffer.allocate(5 * 4 /* capacity */)
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiComputeInstanceResultBuffer.cpp 79 de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::HostVisible);
  /external/guava/guava/src/com/google/common/hash/
AbstractByteHasher.java 38 private final ByteBuffer scratch = ByteBuffer.allocate(8).order(ByteOrder.LITTLE_ENDIAN);
  /external/jsoncpp/src/lib_json/
json_batchallocator.h 26 * pointer returned by allocate.
51 /// allocate space for an array of objectPerAllocation object.
54 AllocatedType* allocate() { function in class:Json::BatchAllocator
66 if (!currentBatch_) // no free batch found, allocate a new one
  /external/libcxx/test/std/experimental/memory/memory.resource.global/
null_memory_resource.pass.cpp 88 DisableAllocationGuard g; // null_memory_resource shouldn't allocate.
90 ex::null_memory_resource()->allocate(1);
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 118 /// Allocate an array of at least the requested capacity.
120 /// Return an existing recycled array, or allocate one from Allocator if
124 T *allocate(Capacity Cap, AllocatorType &Allocator) { function in class:llvm::ArrayRecycler
129 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
134 /// Cap must be the same capacity that was given to allocate().
  /external/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 195 /// Allocate BitSize bits in the byte array where Bits contains the bits to
200 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h 33 int (*allocate)(struct usb_device *); member in struct:usb_operations
39 /* allocate dma-consistent buffer for URB_DMA_NOMAPPING */
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
ChannelHelper.java 37 ByteBuffer buf = ByteBuffer.allocate(l2i(size));
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
CencSampleEncryptionInformationGroupEntry.java 52 ByteBuffer byteBuffer = ByteBuffer.allocate(20);
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyOneofBuilderContext.java 52 public IRubyObject allocate(Ruby ruby, RubyClass rubyClass) {
  /external/v8/src/zone/
zone-allocator.h 44 pointer allocate(size_type n, const void* hint = 0) { function in class:v8::internal::zone_allocator
  /frameworks/av/media/libstagefright/include/media/stagefright/
RemoteDataSource.h 86 mMemory = memoryDealer->allocate(kBufferSize);
88 ALOGE("Failed to allocate memory!");

Completed in 1818 milliseconds

<<11121314151617181920>>