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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/e2fsck/
mtrace.awk 5 $1 == "+" { if (allocated[$2] != "")
6 print "+", $2, "Alloc", NR, "duplicate:", allocated[$2];
8 allocated[$2] = $3;
10 $1 == "-" { if (allocated[$2] != "") {
11 allocated[$2] = "";
12 if (allocated[$2] != "")
13 print "DELETE FAILED", $2, allocated[$2];
17 $1 == "<" { if (allocated[$2] != "")
18 allocated[$2] = "";
22 $1 == ">" { if (allocated[$2] != ""
    [all...]
  /art/test/980-redefine-object/
expected.txt 6 Object allocated of type 'java.lang.Object'
8 Object allocated of type 'Transform'
11 Object allocated of type 'java.util.ArrayList'
13 Object allocated of type 'java.lang.Object'
14 Object allocated of type 'java.lang.Object'
15 Object allocated of type 'Transform'
17 Object allocated of type 'java.util.LinkedList'
19 Object allocated of type 'java.lang.Object'
20 Object allocated of type 'java.util.LinkedList$Node'
21 Object allocated of type 'java.lang.Object
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
alloc.d 1 #name: Invalid allocated section
4 #warning: .*section `.foo' can't be allocated in segment 0.*
  /external/dng_sdk/source/
dng_ref_counted_block.h 95 /// Release any allocated memory using free. Object is still valid and
104 /// Return pointer to allocated memory as a void *..
105 /// \retval void * valid for as many bytes as were allocated.
117 /// Return pointer to allocated memory as a const void *.
118 /// \retval const void * valid for as many bytes as were allocated.
125 /// Return pointer to allocated memory as a char *.
126 /// \retval char * valid for as many bytes as were allocated.
133 /// Return pointer to allocated memory as a const char *.
134 /// \retval const char * valid for as many bytes as were allocated.
141 /// Return pointer to allocated memory as a uint8 *
    [all...]
dng_memory.h 88 /// Release any allocated memory using free. Object is still valid and
93 /// Return pointer to allocated memory as a void *..
94 /// \retval void * valid for as many bytes as were allocated.
101 /// Return pointer to allocated memory as a const void *.
102 /// \retval const void * valid for as many bytes as were allocated.
109 /// Return pointer to allocated memory as a char *.
110 /// \retval char * valid for as many bytes as were allocated.
117 /// Return pointer to allocated memory as a const char *.
118 /// \retval const char * valid for as many bytes as were allocated.
125 /// Return pointer to allocated memory as a uint8 *
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
new_array_cookie_with_new_from_class.cc 15 static void *allocated; member in struct:Foo
17 assert(!allocated);
18 return allocated = ::new char[s];
23 void *Foo::allocated; member in class:Foo
32 fprintf(stderr, "alloc: %p\n", Foo::allocated);
34 reinterpret_cast<uintptr_t>(Foo::allocated) + sizeof(void*));
35 *reinterpret_cast<uintptr_t*>(Foo::allocated) = 42;
  /external/clang/test/SemaObjC/
invalid-objc-decls-1.m 4 Super s1; // expected-error{{interface type cannot be statically allocated}}
6 extern Super e1; // expected-error{{interface type cannot be statically allocated}}
9 Super s1; // expected-error{{interface type cannot be statically allocated}}
16 Super ivar1; // expected-error{{interface type cannot be statically allocated}}
21 Super objField; // expected-error{{interface type cannot be statically allocated}}
26 Super<P1> ivar1; // expected-error{{interface type cannot be statically allocated}}
32 Super p1; // expected-error{{interface type cannot be statically allocated}}
39 @property(readonly) NSMutableSet annotations; // expected-error{{interface type cannot be statically allocated}}
  /external/clang/test/SemaCXX/
delete.cpp 14 int *a = new int[5]; // expected-note4 {{allocated with 'new[]' here}}
21 delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
22 delete b; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
23 delete[] c; // expected-warning {{'delete[]' applied to a pointer that was allocated with 'new'; did you mean 'delete'?}}
30 delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
31 delete b; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
35 : b(new int[1]), c(new int) {} // expected-note3 {{allocated with 'new[]' here}}
36 // expected-note@-1 {{allocated with 'new' here}}
39 : b(new int[i]), c(new int) {} // expected-note3 {{allocated with 'new[]' here}}
40 // expected-note@-1 {{allocated with 'new' here}
    [all...]
delete-mismatch.h 8 : a(new int[1]) { } // expected-note{{allocated with 'new[]' here}}
11 delete a; // expected-warning{{'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?}}
  /external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 21 vector<pair<char *, size_t> > allocated; local
22 allocated.reserve(kNumIters);
36 allocated.push_back(make_pair(x, size));
39 if (allocated.empty()) continue;
40 size_t slot = i % allocated.size();
41 char *p = allocated[slot].first;
43 size_t size = allocated[slot].second;
45 swap(allocated[slot], allocated.back());
46 allocated.pop_back()
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/tests/
stack_allocated.h 30 StackObject m_part; // Cannot embed a stack allocated object.
33 // Cannot derive from both heap- and stack-allocated objects.
37 // Cannot be stack-allocated and derive from a heap-allocated object.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-7.d 4 #as: -linker-allocated-gregs
bpo-7m.d 4 #as: -linker-allocated-gregs
gregbza1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
gregget1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
gregget2.s 1 # Use a symbolic register b, presumably allocated by greg in another file.
gregldo1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
gregpsj1.s 1 # Use a symbolic register areg, presumably allocated by greg in another file.
  /bionic/libc/include/
malloc.h 48 size_t arena; /* Total number of non-mmapped bytes currently allocated from OS. */
53 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
55 size_t uordblks; /* Total allocated space (normal or mmapped.) */
68 * <allocated-large>INT</allocated-large>
69 * <allocated-huge>INT</allocated-huge>
70 * <allocated-bins>INT</allocated-bins>
73 * <allocated>INT</allocated
    [all...]
  /external/clang/test/Analysis/
free.c 9 free(a); // expected-warning {{Argument to free() is the address of the local variable 'a', which is not memory allocated by malloc()}}
14 free(&a); // expected-warning {{Argument to free() is the address of the local variable 'a', which is not memory allocated by malloc()}}
19 free(a); // expected-warning {{Argument to free() is the address of the static variable 'a', which is not memory allocated by malloc()}}
32 free((void*)1000); // expected-warning {{Argument to free() is a constant address (1000), which is not memory allocated by malloc()}}
46 free(&&label); // expected-warning {{Argument to free() is the address of the label 'label', which is not memory allocated by malloc()}}
50 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
55 free(p); // expected-warning {{Memory allocated by alloca() should not be deallocated}}
60 free(p); // expected-warning {{Memory allocated by alloca() should not be deallocated}}
64 free(^{return;}); // expected-warning {{Argument to free() is a block, which is not memory allocated by malloc()}}
68 free(&a); // expected-warning {{Argument to free() is the address of the parameter 'a', which is not memory allocated by malloc()}
    [all...]
  /system/libhidl/transport/allocator/1.0/default/
AshmemAllocator.cpp 71 uint64_t allocated; local
72 for (allocated = 0; allocated < count; allocated++) {
73 batch[allocated] = allocateOne(size);
75 if (batch[allocated].handle() == nullptr) {
76 LOG(WARNING) << "batchAllocate(" << size << ", " << count << ") fails @ #" << allocated; local
81 // batch[i].handle() != nullptr for i in [0, allocated - 1].
82 // batch[i].handle() == nullptr for i in [allocated, count - 1].
84 if (allocated < count)
    [all...]
  /external/toybox/toys/other/
freeramdisk.c 1 /* freeramdisk.c - Free all memory allocated to ramdisk
15 Free all memory allocated to specified ramdisk
  /external/valgrind/memcheck/tests/
filter_allocs 5 -e "s/total heap usage: [0-9,]* allocs, [0-9,]* frees, [0-9,]* bytes allocated/total heap usage: ... allocs, ... frees, ... bytes allocated/"
  /system/sepolicy/public/
hal_sensors.te 7 # Allow sensor hals to access ashmem memory allocated by apps
10 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-1b.d 2 #as: -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.

Completed in 1793 milliseconds

1 2 3 4 5 6 7 8 91011>>