/external/compiler-rt/test/asan/TestCases/Posix/ |
D | new_array_cookie_with_new_from_class.cc | 15 static void *allocated; member 23 void *Foo::allocated; member in Foo
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | new_array_cookie_with_new_from_class.cpp | 18 static void *allocated; member 26 void *Foo::allocated; member in Foo
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | BnMemory.c | 95 crypt_uword_t allocated, // IN: in BnInitializeWord() 113 crypt_uword_t allocated in BnInit()
|
/external/jemalloc_new/test/unit/ |
D | stats.c | 4 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/ |
D | bag.c | 34 int allocated; /* space reserved */ member 96 int allocated = theBag->allocated; in bagAdd() local
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 102 absl::FixedArray<int, 10> allocated(15); in TEST() local 119 absl::FixedArray<std::unique_ptr<int>, 10> allocated(15); in TEST() local 548 absl::FixedArray<int, 0> allocated = {1, 2, 3}; in TEST() local 616 absl::FixedArray<int, 0> allocated(5); in TEST() local 648 int64_t allocated = 0; in TEST() local 669 int64_t allocated = 0; in TEST() local 753 int64_t allocated = 0; in TEST() local 763 int64_t allocated = 0; in TEST() local
|
/external/libtextclassifier/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 102 absl::FixedArray<int, 10> allocated(15); in TEST() local 119 absl::FixedArray<std::unique_ptr<int>, 10> allocated(15); in TEST() local 548 absl::FixedArray<int, 0> allocated = {1, 2, 3}; in TEST() local 616 absl::FixedArray<int, 0> allocated(5); in TEST() local 648 int64_t allocated = 0; in TEST() local 669 int64_t allocated = 0; in TEST() local 753 int64_t allocated = 0; in TEST() local 763 int64_t allocated = 0; in TEST() local
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | fixed_array_test.cc | 102 absl::FixedArray<int, 10> allocated(15); in TEST() local 119 absl::FixedArray<std::unique_ptr<int>, 10> allocated(15); in TEST() local 548 absl::FixedArray<int, 0> allocated = {1, 2, 3}; in TEST() local 616 absl::FixedArray<int, 0> allocated(5); in TEST() local 648 int64_t allocated = 0; in TEST() local 669 int64_t allocated = 0; in TEST() local 753 int64_t allocated = 0; in TEST() local 763 int64_t allocated = 0; in TEST() local
|
/external/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 99 absl::FixedArray<int, 10> allocated(15); in TEST() local 116 absl::FixedArray<std::unique_ptr<int>, 10> allocated(15); in TEST() local 530 absl::FixedArray<int, 0> allocated = {1, 2, 3}; in TEST() local 598 absl::FixedArray<int, 0> allocated(5); in TEST() local 691 int64_t allocated = 0; in TEST() local 712 int64_t allocated = 0; in TEST() local 796 int64_t allocated = 0; in TEST() local 806 int64_t allocated = 0; in TEST() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 102 absl::FixedArray<int, 10> allocated(15); in TEST() local 119 absl::FixedArray<std::unique_ptr<int>, 10> allocated(15); in TEST() local 548 absl::FixedArray<int, 0> allocated = {1, 2, 3}; in TEST() local 616 absl::FixedArray<int, 0> allocated(5); in TEST() local 648 int64_t allocated = 0; in TEST() local 669 int64_t allocated = 0; in TEST() local 753 int64_t allocated = 0; in TEST() local 763 int64_t allocated = 0; in TEST() local
|
/external/webrtc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_test.cc | 99 absl::FixedArray<int, 10> allocated(15); in TEST() local 116 absl::FixedArray<std::unique_ptr<int>, 10> allocated(15); in TEST() local 530 absl::FixedArray<int, 0> allocated = {1, 2, 3}; in TEST() local 598 absl::FixedArray<int, 0> allocated(5); in TEST() local 691 int64_t allocated = 0; in TEST() local 712 int64_t allocated = 0; in TEST() local 796 int64_t allocated = 0; in TEST() local 806 int64_t allocated = 0; in TEST() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 100 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
|
/external/boringssl/src/crypto/asn1/ |
D | a_bool.c | 65 unsigned char *p, *allocated = NULL; in i2d_ASN1_BOOLEAN() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | a_bool.c | 65 unsigned char *p, *allocated = NULL; in i2d_ASN1_BOOLEAN() local
|
/external/python/cpython3/Include/cpython/ |
D | listobject.h | 25 Py_ssize_t allocated; member
|
D | bytesobject.h | 49 Py_ssize_t allocated; member
|
/external/python/cpython3/Parser/pegen/ |
D | parse_string.h | 19 Py_ssize_t allocated; /* Number we've allocated. */ member
|
/external/freetype/src/psaux/ |
D | psarrst.h | 57 size_t allocated; /* items allocated */ member
|
/external/python/cpython2/Include/ |
D | listobject.h | 38 Py_ssize_t allocated; member
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | log_posix.cc | 42 char* allocated = nullptr; in gpr_log() local
|
/external/strace/ |
D | dyxlat.c | 31 size_t allocated; member
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | log_posix.cc | 48 char* allocated = nullptr; in gpr_log() local
|
/external/mesa3d/src/util/ |
D | blob.h | 54 size_t allocated; member
|
/external/llvm-project/mlir/tools/mlir-rocm-runner/ |
D | rocm-runtime-wrappers.cpp | 161 mgpuMemGetDeviceMemRef1dFloat(float *allocated, float *aligned, int64_t offset, in mgpuMemGetDeviceMemRef1dFloat() 169 mgpuMemGetDeviceMemRef1dInt32(int32_t *allocated, int32_t *aligned, in mgpuMemGetDeviceMemRef1dInt32()
|
/external/libfuse/include/ |
D | fuse_opt.h | 117 int allocated; member
|