Home
last modified time | relevance | path

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

12345

/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/jemalloc_new/test/unit/
Dstats.c4 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local
31 size_t allocated; in TEST_BEGIN() local
145 size_t sz, allocated; in TEST_BEGIN() local
190 size_t sz, allocated; in TEST_BEGIN() local
/external/oj-libjdwp/src/share/back/
Dbag.c34 int allocated; /* space reserved */ member
96 int allocated = theBag->allocated; in bagAdd() local
/external/u-boot/tools/libfdt/
Dfdt_rw.c14 int allocated; in fdt_remove_unused_strings() local
/external/boringssl/src/crypto/asn1/
Da_bool.c65 unsigned char *p, *allocated = NULL; in i2d_ASN1_BOOLEAN() local
/external/freetype/src/psaux/
Dpsarrst.h57 size_t allocated; /* items allocated */ member
/external/python/cpython2/Include/
Dlistobject.h38 Py_ssize_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/grpc-grpc/src/core/lib/gpr/
Dlog_posix.cc42 char* allocated = nullptr; in gpr_log() local
/external/python/cpython3/Include/
Dlistobject.h39 Py_ssize_t allocated; member
Dbytesobject.h149 Py_ssize_t allocated; member
/external/mesa3d/src/util/
Dblob.h54 size_t allocated; member
/external/strace/
Ddyxlat.c31 size_t allocated; member
/external/v8/src/interpreter/
Dbytecode-register-optimizer.cc19 bool allocated) in RegisterInfo()
70 bool allocated() const { return allocated_; } in allocated() function in v8::internal::interpreter::BytecodeRegisterOptimizer::RegisterInfo
71 void set_allocated(bool allocated) { allocated_ = allocated; } in set_allocated()
/external/libfuse/include/
Dfuse_opt.h117 int allocated; member
/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/google-breakpad/src/testing/gtest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anon8a21d4e30111::Water
/external/googletest/googletest/samples/
Dsample10_unittest.cc62 static int allocated() { return allocated_; } in allocated() function in __anon0a32008e0111::Water
/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/jemalloc_new/include/jemalloc/internal/
Dbase_structs.h52 size_t allocated; member
/external/perfetto/src/profiling/memory/
Dbookkeeping.h101 uint64_t allocated; member
146 uint64_t allocated = it_and_alloc.second; in GetCallstackAllocations() local
/external/u-boot/scripts/dtc/libfdt/
Dfdt_sw.c275 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
296 int allocated; in fdt_property_placeholder() local

12345