Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 25 of 85) 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
197 size_t sz, allocated; in TEST_BEGIN() local
243 size_t sz, allocated; in TEST_BEGIN() local
/external/valgrind/coregrind/m_demangle/
Ddyn-string.h31 int allocated; /* The amount of space allocated for the string. */ member
/external/mesa3d/src/compiler/glsl/
Dblob.h54 size_t allocated; member
/external/freetype/src/cff/
Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/external/python/cpython2/Include/
Dlistobject.h38 Py_ssize_t allocated; member
/external/pdfium/third_party/freetype/src/cff/
Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/external/protobuf/src/google/protobuf/
Darena.cc174 void* Arena::AllocateAligned(const std::type_info* allocated, size_t n) { in AllocateAligned()
253 uint64 allocated = 0; in SpaceAllocatedAndUsed() local
/external/strace/
Ddyxlat.c31 size_t allocated; member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc100 std::vector<void *> allocated; in TestSizeClassAllocator() local
179 void *allocated[kNumAllocs]; in SizeClassAllocatorMetadataStress() local
351 char *allocated[kNumAllocs]; in TEST() local
447 std::vector<void*> allocated; in TestCombinedAllocator() local
511 void *allocated[kNumAllocs]; in TestSizeClassAllocatorLocalCache() local
674 std::vector<void *> allocated; in TestSizeClassAllocatorIteration() local
722 char *allocated[kNumAllocs]; in TEST() local
750 char *allocated[kNumAllocs]; in TEST() local
Dstandalone_malloc_test.cc21 vector<pair<char *, size_t> > allocated; in MallocThread() local
/external/jsoncpp/src/lib_json/
Djson_batchallocator.h73 AllocatedType* allocated = currentBatch_->used_; in allocate() local
/external/elfutils/libdw/
Ddwarf_getpubnames.c46 size_t allocated = 0; in get_offsets() local
/external/v8/src/interpreter/
Dbytecode-register-optimizer.cc19 bool allocated) in RegisterInfo()
62 bool allocated() const { return allocated_; } in allocated() function in v8::internal::interpreter::BytecodeRegisterOptimizer::RegisterInfo
63 void set_allocated(bool allocated) { allocated_ = allocated; } in set_allocated()
/external/google-breakpad/src/testing/gtest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anonfeda11d70111::Water
/external/v8/testing/gtest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anon804229ea0111::Water
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anonfbc0b2f80111::Water
/external/googletest/googletest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anon2fa02f820111::Water
/external/protobuf/gtest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anonf9987c600111::Water
/external/valgrind/memcheck/tests/
Dleak-pool.c17 size_t allocated; member
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc29 u8 allocated : 8; // Must be first. member
179 bool LsanMetadata::allocated() const { in allocated() function in __lsan::LsanMetadata
/external/expat/tests/
Dminicheck.h66 int allocated; member
/external/jemalloc/src/
Dbase.c142 base_stats_get(tsdn_t *tsdn, size_t *allocated, size_t *resident, in base_stats_get()
/external/icu/icu4c/source/common/
Duhash.h173 UBool allocated; /* Was this UHashtable allocated? */ member
/external/e2fsprogs/e2fsck/
Dregion.c32 struct region_el *allocated; member

1234