HomeSort by relevance Sort by last modified time
    Searched defs:Allocate (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p11.cpp 9 void Allocate(unsigned Alignment
13 void f1(A<int> x) { x.Allocate(); }
  /external/tensorflow/tensorflow/compiler/xla/service/
device_memory_allocator.cc 34 StreamExecutorMemoryAllocator::Allocate(int device_ordinal, uint64 size,
42 "Failed to allocate request for %s (%lluB) on device ordinal %d",
pool.h 54 SmartPtr Allocate() {
  /art/openjdkjvmti/
ti_allocator.cc 59 jvmtiError AllocUtil::Allocate(jvmtiEnv* env ATTRIBUTE_UNUSED,
  /external/clang/test/Index/
index-file.cpp 4 template < typename T > *Allocate() { }
  /external/dng_sdk/source/
dng_ref_counted_block.cpp 40 Allocate (size);
55 void dng_ref_counted_block::Allocate (uint32 size)
172 Allocate ((uint32)possiblySharedHeader->fSize);
dng_string_list.cpp 46 void dng_string_list::Allocate (uint32 minSize)
92 Allocate (fCount + 1);
dng_memory.cpp 40 Allocate (size);
52 Allocate (count, elementSize);
67 void dng_memory_data::Allocate (uint32 size)
90 void dng_memory_data::Allocate (uint32 count, std::size_t elementSize)
100 // Compute required number of bytes and allocate memory.
106 Allocate(numBytes);
131 dng_memory_block * result = allocator.Allocate (size);
218 dng_memory_block * dng_memory_allocator::Allocate (uint32 size)
  /external/google-breakpad/src/client/mac/handler/
protected_memory_allocator.cc 62 char *ProtectedMemoryAllocator::Allocate(vm_size_t bytes) {
  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 45 inline bool TypedMDRVA<MDType>::Allocate() {
47 return UntypedMDRVA::Allocate(minidump_size<MDType>::size());
51 inline bool TypedMDRVA<MDType>::Allocate(size_t additional) {
53 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() + additional);
60 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() * count);
68 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() + count * length);
  /external/libmojo/mojo/public/cpp/bindings/lib/
message_builder.cc 16 void Allocate(Buffer* buf, Header** header) {
17 *header = static_cast<Header*>(buf->Allocate(sizeof(Header)));
33 Allocate(message_.buffer(), &header);
45 Allocate(message_.buffer(), &header);
53 Allocate(message_.buffer(), &header);
buffer.h 17 // Buffer provides an interface to allocate memory blocks which are 8-byte
44 void* Allocate(size_t num_bytes) {
  /external/perfetto/src/tracing/core/
id_allocator.h 60 T Allocate() { return static_cast<T>(AllocateGeneric()); }
  /system/core/libion/tests/
allocate_test.cpp 25 class Allocate : public IonAllHeapsTest {
28 TEST_F(Allocate, Allocate)
43 TEST_F(Allocate, AllocateCached)
58 TEST_F(Allocate, AllocateCachedNeedsSync)
73 TEST_F(Allocate, RepeatedAllocate)
92 TEST_F(Allocate, Zeroed)
136 TEST_F(Allocate, Large)
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
FaultTolerantWrite.h 198 EFI_FAULT_TOLERANT_WRITE_ALLOCATE Allocate;
  /external/compiler-rt/test/asan/TestCases/Posix/
new_array_cookie_with_new_from_class.cc 12 void *operator new(size_t s) { return Allocate(s); }
13 void *operator new[] (size_t s) { return Allocate(s); }
16 static void *Allocate(size_t s) {
  /external/drm_hwcomposer/
drmframebuffer.h 55 bool Allocate(uint32_t w, uint32_t h) {
  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 40 /// Allocate - Return a pointer to storage for an object of type
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
46 T *Allocate() { return Base.Allocate(Allocator); }
67 return Allocator.Allocate();
  /external/opencv/
WLNonFileByteStream.cpp 33 void WLNonFileByteStream::Allocate(int data_size)
54 Allocate(data_size);
  /external/perfetto/include/perfetto/tracing/core/
slice.h 44 static Slice Allocate(size_t size) {
  /external/perfetto/src/base/
page_allocator.cc 63 PageAllocator::UniquePtr PageAllocator::Allocate(size_t size) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
RecyclingAllocator.h 40 /// Allocate - Return a pointer to storage for an object of type
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
46 T *Allocate() { return Base.Allocate(Allocator); }
63 return Allocator.Allocate();
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
fertile-stats-resource.cc 47 void FertileStatsResource::Allocate(int32 parent_depth,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
RecyclingAllocator.h 40 /// Allocate - Return a pointer to storage for an object of type
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
46 T *Allocate() { return Base.Allocate(Allocator); }
67 return Allocator.Allocate();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
RecyclingAllocator.h 40 /// Allocate - Return a pointer to storage for an object of type
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
46 T *Allocate() { return Base.Allocate(Allocator); }
67 return Allocator.Allocate();

Completed in 530 milliseconds

1 2 3 4 5 6 7 8 9