Home
last modified time | relevance | path

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

1234

/external/compiler-rt/test/asan/TestCases/Posix/
Dnew_array_cookie_with_new_from_class.cc16 static void *allocated; member
24 void *Foo::allocated; member in Foo
/external/jemalloc/test/unit/
Dstats.c6 size_t sz, allocated, active, mapped; in TEST_BEGIN() local
36 size_t allocated; in TEST_BEGIN() local
142 size_t sz, allocated; in TEST_BEGIN() local
191 size_t sz, allocated; in TEST_BEGIN() local
235 size_t sz, allocated; in TEST_BEGIN() local
/external/valgrind/coregrind/m_demangle/
Ddyn-string.h32 int allocated; /* The amount of space allocated for the string. */ member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc88 std::vector<void *> allocated; in TestSizeClassAllocator() local
167 void *allocated[kNumAllocs]; in SizeClassAllocatorMetadataStress() local
340 char *allocated[kNumAllocs]; in TEST() local
437 std::vector<void*> allocated; in TestCombinedAllocator() local
503 void *allocated[kNumAllocs]; in TestSizeClassAllocatorLocalCache() local
664 std::vector<void *> allocated; in TestSizeClassAllocatorIteration() local
712 char *allocated[kNumAllocs]; in TEST() local
740 char *allocated[kNumAllocs]; in TEST() local
Dstandalone_malloc_test.cc21 vector<pair<char *, size_t> > allocated; in MallocThread() local
/external/freetype/src/cff/
Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/external/pdfium/third_party/freetype/src/cff/
Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/external/elfutils/src/libdw/
Ddwarf_getpubnames.c46 size_t allocated = 0; in get_offsets() local
/external/jsoncpp/src/lib_json/
Djson_batchallocator.h77 AllocatedType *allocated = currentBatch_->used_; in allocate() local
/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/compiler-rt/lib/lsan/
Dlsan_allocator.cc29 bool allocated : 8; // Must be first. member
177 bool LsanMetadata::allocated() const { in allocated() function in __lsan::LsanMetadata
/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/skia/tests/
DNameAllocatorTest.cpp50 void setAllocated(GrGLuint name, bool allocated) { in setAllocated()
/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.h168 UBool allocated; /* Was this UHashtable allocated? */ member
/external/e2fsprogs/e2fsck/
Dregion.c31 struct region_el *allocated; member
/external/v8/test/cctest/
Dtest-alloc.cc216 size_t allocated = 0; in TEST() local
/external/libvorbis/vq/
Dvqgen.h35 long allocated; member
/external/ltrace/
Dvect.h37 size_t allocated; /* In elements. */ member
/external/libxml2/
Dtriostr.c102 size_t allocated; member
/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c253 int64_t allocated = 0; in compute_memory_finalize_pending() local
/external/boringssl/src/ssl/
Dssl_asn1.c413 SSL_SESSION *ret, *allocated = NULL; in d2i_SSL_SESSION() local

1234