Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 25 of 94) sorted by relevance

1234

/external/compiler-rt/test/asan/TestCases/Posix/
Dnew_array_cookie_with_new_from_class.cc15 static void *allocated; member
23 void *Foo::allocated; member in Foo
/external/jemalloc/test/unit/
Dstats.c6 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local
40 size_t allocated; in TEST_BEGIN() local
146 size_t sz, allocated; in TEST_BEGIN() local
195 size_t sz, allocated; in TEST_BEGIN() local
239 size_t sz, allocated; in TEST_BEGIN() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc90 std::vector<void *> allocated; in TestSizeClassAllocator() local
169 void *allocated[kNumAllocs]; in SizeClassAllocatorMetadataStress() local
342 char *allocated[kNumAllocs]; in TEST() local
439 std::vector<void*> allocated; in TestCombinedAllocator() local
505 void *allocated[kNumAllocs]; in TestSizeClassAllocatorLocalCache() local
666 std::vector<void *> allocated; in TestSizeClassAllocatorIteration() local
714 char *allocated[kNumAllocs]; in TEST() local
742 char *allocated[kNumAllocs]; in TEST() local
Dstandalone_malloc_test.cc21 vector<pair<char *, size_t> > allocated; in MallocThread() local
/external/v8/src/interpreter/
Dbytecode-register-allocator.cc30 int allocated = -1; in NewRegister() local
/external/valgrind/coregrind/m_demangle/
Ddyn-string.h32 int allocated; /* The amount of space allocated for the string. */ member
/external/pdfium/third_party/freetype/src/cff/
Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/external/freetype/src/cff/
Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc29 u8 allocated : 8; // Must be first. member
177 bool LsanMetadata::allocated() const { in allocated() function in __lsan::LsanMetadata
/external/elfutils/libdw/
Ddwarf_getpubnames.c46 size_t allocated = 0; in get_offsets() local
/external/jsoncpp/src/lib_json/
Djson_batchallocator.h73 AllocatedType* allocated = currentBatch_->used_; in allocate() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anonc36c6cf90111::Water
/external/google-breakpad/src/testing/gtest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anona3babeb80111::Water
/external/protobuf/gtest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anon66d18ae10111::Water
/external/dbus/dbus/
Ddbus-string-private.h47 int allocated; /**< Allocated size of data */ member
/external/valgrind/memcheck/tests/
Dleak-pool.c17 size_t allocated; member
/external/jemalloc/src/
Dbase.c131 base_stats_get(size_t *allocated, size_t *resident, size_t *mapped) in base_stats_get()
/external/strace/
Dscsi.c49 unsigned int allocated, i; in print_sg_io_buffer() local
/external/expat/tests/
Dminicheck.h61 int allocated; member
/external/icu/icu4c/source/common/
Duhash.h171 UBool allocated; /* Was this UHashtable allocated? */ member
/external/e2fsprogs/e2fsck/
Dregion.c31 struct region_el *allocated; member
/external/v8/test/cctest/heap/
Dtest-alloc.cc230 size_t allocated = 0; in TEST() local
/external/libvorbis/vq/
Dvqgen.h35 long allocated; member
/external/v8/test/unittests/compiler/
Dzone-pool-unittest.cc134 size_t allocated = 0; in TEST_F() local
/external/libxml2/
Dtriostr.c102 size_t allocated; member

1234