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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/linux/
mremap.stderr.exp 2 mremap(grow, nomove, constrained): Cannot allocate memory
mremap.stderr.exp-glibc27 2 mremap(grow, fixed): Cannot allocate memory
5 mremap(grow, nomove, constrained): Cannot allocate memory
  /external/clang/test/Sema/
freemain.c 5 void* allocate(long size);
8 if (context) return allocate(size);
  /external/clang/test/SemaCXX/
address-space-newdelete.cpp 9 (void)new int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
10 (void)new __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
11 (void)new int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
12 (void)new __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
15 (void)new (p) int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
16 (void)new (p) __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
17 (void)new (p) int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
18 (void)new (p) __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
PR12778.cpp 4 void* allocate(int __n) { function
  /external/chromium_org/content/browser/loader/
resource_buffer_unittest.cc 18 char* ptr = buf->Allocate(&size);
33 char* ptr = buf->Allocate(&size);
53 buf->Allocate(&size);
59 buf->Allocate(&size);
69 buf->Allocate(&size);
72 buf->Allocate(&size);
78 buf->Allocate(&size);
90 buf->Allocate(&size);
93 buf->Allocate(&size);
96 buf->Allocate(&size)
    [all...]
  /external/llvm/unittests/Support/
AllocatorTest.cpp 20 int *a = (int*)Alloc.Allocate(sizeof(int), 0);
21 int *b = (int*)Alloc.Allocate(sizeof(int) * 10, 0);
22 int *c = (int*)Alloc.Allocate(sizeof(int), 0);
49 // Allocate enough bytes to create three slabs.
52 Alloc.Allocate(3000, 0);
54 Alloc.Allocate(3000, 0);
56 Alloc.Allocate(3000, 0);
60 // Allocate enough bytes to create two slabs, reset the allocator, and do it
64 Alloc.Allocate(3000, 0);
66 Alloc.Allocate(3000, 0)
    [all...]
  /art/runtime/arch/
quick_alloc_entrypoints.S 18 // Called by managed code to allocate an object.
20 // Called by managed code to allocate an object of a resolved class.
22 // Called by managed code to allocate an object of an initialized class.
24 // Called by managed code to allocate an object when the caller doesn't know whether it has access
27 // Called by managed code to allocate an array.
29 // Called by managed code to allocate an array of a resolve class.
31 // Called by managed code to allocate an array when the caller doesn't know whether it has access
34 // Called by managed code to allocate an array in a special case for FILLED_NEW_ARRAY.
36 // Called by managed code to allocate an array in a special case for FILLED_NEW_ARRAY.
  /external/chromium_org/base/memory/
discardable_memory_ashmem_allocator_unittest.cc 48 scoped_ptr<DiscardableAshmemChunk> memory(allocator_.Allocate(size));
54 scoped_ptr<DiscardableAshmemChunk> memory(allocator_.Allocate(0));
60 allocator_.Allocate(kMaxAllowedAllocationSize + 1));
75 allocator_.Allocate(kMaxAllowedAllocationSize));
85 scoped_ptr<DiscardableAshmemChunk> memory(allocator.Allocate(kPageSize));
93 scoped_ptr<DiscardableAshmemChunk> memory(allocator_.Allocate(size));
99 scoped_ptr<DiscardableAshmemChunk> memory(allocator_.Allocate(kPageSize));
106 scoped_ptr<DiscardableAshmemChunk> memory(allocator_.Allocate(kPageSize));
110 allocator_.Allocate(kPageSize));
115 memory = allocator_.Allocate(kPageSize)
    [all...]
  /development/tutorials/MoarRam/
README.txt 3 unique paths to allocate heap chunks:
6 foo.c (libmoarram-foo.so). Each invocation will allocate 32 bytes.
8 bar.c (libmoarram-bar.so). Each invocation will allocate 2M bytes.
10 in baz.c (libmoarram-baz.so). Each invocation will allocate 17 or 71 bytes,
  /external/llvm/test/Verifier/
2008-03-01-AllocaSized.ll 2 ; CHECK: Cannot allocate unsized type
  /frameworks/compile/mclinker/include/mcld/LD/
DiagGOTPLT.inc 2 DIAG(fail_allocate_memory_got, DiagnosticEngine::Fatal, "fial to allocate memory for GOT", "fial to allocate memory for GOT")
3 DIAG(fail_allocate_memory_plt, DiagnosticEngine::Fatal, "fial to allocate memory for PLT", "fial to allocate memory for PLT")
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p11.cpp 9 void Allocate(unsigned Alignment
13 void f1(A<int> x) { x.Allocate(); }
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java 312 ByteBuffer bbd = ByteBuffer.allocate(100);
328 ByteBuffer[] bbA = { ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) };
330 ByteBuffer bb = ByteBuffer.allocate(10);
364 ByteBuffer bbR = ByteBuffer.allocate(100).asReadOnlyBuffer();
365 ByteBuffer[] bbA = { bbR, ByteBuffer.allocate(10), ByteBuffer.allocate(100) };
367 ByteBuffer bb = ByteBuffer.allocate(10);
386 ByteBuffer[] bbA = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100)}
    [all...]
  /external/stlport/test/compiler/
eh.cc 18 //Lets try to allocate almost 4096 Go (on most of the platforms) of memory:
19 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
36 BigStruct *bs = all.allocate(1024*1024*1024);
  /external/chromium_org/tools/deep_memory_profiler/sorters/
malloc.type.json 50 "backtrace_function": ".*::allocate std::(_Rb_tree|__1::__tree).*"
58 "backtrace_function": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std::_Hashtable|::allocate std::__1::__hash_table).*"
66 "backtrace_function": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*"
70 "backtrace_function": ".*(__gnu_cxx::new_allocator::allocate|std::__1::allocator::allocate).*"
  /external/clang/test/Rewriter/
objc-modern-metadata-visibility.mm 27 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllimport) unsigned long OBJC_IVAR_$_Sub$subIvar;
28 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" unsigned long OBJC_IVAR_$_Sub$PrivateIvar;
29 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllimport) unsigned long OBJC_IVAR_$_Sub$nsstring;
31 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllexport) unsigned long int OBJC_IVAR_$_Sub$subIvar
32 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" __declspec(dllexport) unsigned long int OBJC_IVAR_$_Sub$nsstring
33 // CHECK: __declspec(allocate(".objc_ivar$B")) extern "C" unsigned long int OBJC_IVAR_$_Sub$PrivateIvar
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
allocate_hint.pass.cpp 15 // static pointer allocate(allocator_type& a, size_type n, const_void_pointer hint);
27 value_type* allocate(std::size_t n) function in struct:A
39 value_type* allocate(std::size_t n) function in struct:B
44 value_type* allocate(std::size_t n, const void* p) function in struct:B
56 assert(std::allocator_traits<A<int> >::allocate(a, 10, nullptr) == (int*)0xDEADBEEF);
59 assert(std::allocator_traits<B<int> >::allocate(b, 11, nullptr) == (int*)0xFEADBEEF);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
allocate_hint.pass.cpp 15 // static pointer allocate(allocator_type& a, size_type n, const_void_pointer hint);
27 value_type* allocate(std::size_t n) function in struct:A
39 value_type* allocate(std::size_t n) function in struct:B
44 value_type* allocate(std::size_t n, const void* p) function in struct:B
56 assert(std::allocator_traits<A<int> >::allocate(a, 10, nullptr) == (int*)0xDEADBEEF);
59 assert(std::allocator_traits<B<int> >::allocate(b, 11, nullptr) == (int*)0xFEADBEEF);
  /external/chromium_org/mojo/public/cpp/bindings/lib/
buffer.h 13 // Buffer provides a way to allocate memory. Allocations are 8-byte aligned and
18 virtual void* Allocate(size_t num_bytes) = 0;
message_builder.cc 13 void Allocate(Buffer* buf, Header** header) {
14 *header = static_cast<Header*>(buf->Allocate(sizeof(Header)));
21 Allocate(&buf_, &header);
44 Allocate(&buf_, &header);
  /external/chromium_org/third_party/angle/src/libGLESv2/
HandleAllocator.h 8 // allocate GL handles.
30 GLuint allocate();
  /device/asus/flo/
media_codecs.xml 21 <Quirk name="requires-allocate-on-input-ports" />
22 <Quirk name="requires-allocate-on-output-ports"/>
32 <Quirk name="requires-allocate-on-input-ports" />
33 <Quirk name="requires-allocate-on-output-ports"/>
39 <Quirk name="requires-allocate-on-input-ports" />
40 <Quirk name="requires-allocate-on-output-ports"/>
52 <Quirk name="requires-allocate-on-input-ports" />
53 <Quirk name="requires-allocate-on-output-ports"/>
64 <Quirk name="requires-allocate-on-input-ports" />
65 <Quirk name="requires-allocate-on-output-ports"/
    [all...]
  /external/chromium-trace/trace-viewer/src/base/
guid.js 11 allocate: function() {
  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
reverse.h 8 /* Allocate a new string that is the reverse of the given string. */

Completed in 2422 milliseconds

1 2 3 4 5 6 7 8 91011>>