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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
PR12778.cpp 4 void* allocate(int __n) { function
  /external/skia/tools/gpu/gl/debug/
GrBufferObj.cpp 11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { function in class:GrBufferObj
  /external/skqp/tools/gpu/gl/debug/
GrBufferObj.cpp 11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { function in class:GrBufferObj
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
allocate.fail.cpp 15 // static pointer allocate(allocator_type& a, size_type n);
33 value_type* allocate(std::size_t n) function in struct:A
38 value_type* allocate(std::size_t n, const void* p) function in struct:A
49 std::allocator_traits<A<int> >::allocate(a, 10); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
50 std::allocator_traits<A<int> >::allocate(a, 10, nullptr); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
allocate.pass.cpp 15 // static pointer allocate(allocator_type& a, size_type n);
30 value_type* allocate(std::size_t n) function in struct:A
41 assert(std::allocator_traits<A<int> >::allocate(a, 10) == reinterpret_cast<int*>(static_cast<std::uintptr_t>(0xDEADBEEF)));
47 assert(std::allocator_traits<Alloc >::allocate(a, 10) == reinterpret_cast<VT*>(static_cast<std::uintptr_t>(0xDEADBEEF)));
allocate_hint.pass.cpp 15 // static pointer allocate(allocator_type& a, size_type n, const_void_pointer hint);
31 value_type* allocate(std::size_t n) function in struct:A
43 value_type* allocate(std::size_t n) function in struct:B
48 value_type* allocate(std::size_t n, const void* p) function in struct:B
62 assert(std::allocator_traits<A<int> >::allocate(a, 10, nullptr) == reinterpret_cast<int*>(static_cast<std::uintptr_t>(0xDEADBEEF)));
68 assert(std::allocator_traits<Alloc >::allocate(a, 10, nullptr) == reinterpret_cast<VT*>(static_cast<std::uintptr_t>(0xDEADBEEF)));
73 assert(std::allocator_traits<B<int> >::allocate(b, 11, nullptr) == reinterpret_cast<int*>(static_cast<std::uintptr_t>(0xFEADBEEF)));
79 assert(std::allocator_traits<Alloc >::allocate(b, 11, nullptr) == reinterpret_cast<VT*>(static_cast<std::uintptr_t>(0xFEADBEEF)));
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_alloc_helpers.hpp 28 inline void* allocate(std::size_t s, Handler& h) function in namespace:asio_handler_alloc_helpers
thread_info_base.hpp 39 static void* allocate(thread_info_base* this_thread, std::size_t size) function in class:asio::detail::thread_info_base
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.members/
allocate.pass.cpp 15 // static pointer allocate(allocator_type& a, size_type n);
28 value_type* allocate(std::size_t n) function in struct:A
38 assert(std::allocator_traits<A<int> >::allocate(a, 10) == reinterpret_cast<int*>(static_cast<std::uintptr_t>(0xDEADBEEF)));
allocate_hint.pass.cpp 15 // static pointer allocate(allocator_type& a, size_type n, const_void_pointer hint);
30 value_type* allocate(std::size_t n) function in struct:A
42 value_type* allocate(std::size_t n) function in struct:B
47 value_type* allocate(std::size_t n, const void* p) function in struct:B
59 assert(std::allocator_traits<A<int> >::allocate(a, 10, nullptr) == reinterpret_cast<int*>(static_cast<std::uintptr_t>(0xDEADBEEF)));
62 assert(std::allocator_traits<B<int> >::allocate(b, 11, nullptr) == reinterpret_cast<int*>(static_cast<std::uintptr_t>(0xFEADBEEF)));
  /system/chre/util/include/chre/util/
synchronized_memory_pool_impl.h 27 ElementType *SynchronizedMemoryPool<ElementType, kSize>::allocate( function in class:chre::SynchronizedMemoryPool
30 return mMemoryPool.allocate(args...);
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
  /external/replicaisland/src/com/replica/replicaisland/
TObjectPool.java 35 public T allocate() { method in class:TObjectPool
36 T object = (T)super.allocate();
VectorPool.java 42 public Vector2 allocate(Vector2 source) { method in class:VectorPool
43 Vector2 entry = super.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/deqp/framework/randomshaders/
rsgNameAllocator.cpp 54 std::string NameAllocator::allocate (void) function in class:rsg::NameAllocator
  /external/tensorflow/tensorflow/contrib/android/jni/
run_stats_jni.cc 41 JNIEXPORT jlong RUN_STATS_METHOD(allocate)(JNIEnv* env, jclass clazz) { function
  /external/toolchain-utils/crosperf/
machine_image_manager.py 26 allocate_log_ - a list of allocation record. For example, if we allocate
89 After allocate for M3
97 After allocate for M4
105 After allocate for M2
113 After allocate for M1
121 After allocate for M2
129 If we try to allocate for M1 or M2 or M3 again, we get None.
194 def allocate(self, dut, schedv2=None): member in class:MachineImageManager
195 """Allocate a label for dut.
  /frameworks/av/services/oboeservice/
SharedRingBuffer.cpp 40 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, function in class:SharedRingBuffer
49 ALOGE("allocate() ashmem_create_region() failed %d", errno);
52 ALOGV("allocate() mFileDescriptor = %d\n", mFileDescriptor.get());
56 ALOGE("allocate() ashmem_set_prot_region() failed %d", errno);
67 ALOGE("allocate() mmap() failed %d", errno);
  /art/test/543-env-long-ref/src/
Main.java 31 public static Main $noinline$allocate(long a) {
  /external/compiler-rt/test/sanitizer_common/TestCases/
malloc_hook.cc 15 // Note: avoid calling functions that allocate memory in malloc/free
38 __attribute__((noinline)) void allocate(int *unused1, int *unused2) { function
46 allocate(undef1, undef2);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceDefault.h 18 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void* allocate(size_t num_bytes) const { function in struct:Eigen::DefaultDevice
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_ir_allocator.h 48 allocate(unsigned size) function in class:brw::simple_allocator
  /external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
RunStats.java 29 nativeHandle = allocate();
56 private static native long allocate(); method in class:RunStats
  /frameworks/base/libs/hwui/utils/
FatVector.h 61 T* allocate(size_t num, const void* = 0) { function in class:android::uirenderer::InlineStdAllocator

Completed in 870 milliseconds

1 2 3 4 5 6 7 8 91011>>