/external/gwp_asan/gwp_asan/tests/ |
D | iterate.cpp | 13 std::vector<std::pair<void *, size_t>> Allocated; in TEST_F() local 15 Allocated.push_back({GPA.allocate(size), size}); in TEST_F() 24 std::sort(Allocated.begin(), Allocated.end()); in TEST_F() 27 void *Base = Allocated[0].first; in TEST_F() 28 size_t Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F() 41 EXPECT_EQ(Allocated, Found); in TEST_F() 45 Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F() 60 GPA.deallocate(Allocated.back().first); in TEST_F() 61 Allocated.pop_back(); in TEST_F() 62 EXPECT_EQ(Allocated, Found); in TEST_F() [all …]
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 53 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2 58 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2 63 Metering: Allocated throughput should not exceed CIR1 + CIR2 68 Metering: Allocated throughput should not exceed CIR1 105 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2 110 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2 115 Metering: Allocated throughput should not exceed PIR1+ CIR1 + CIR2 120 Metering: Allocated throughput should not exceed CIR1
|
/external/pdfium/third_party/lcms/ |
D | 0008-infinite-loop-GrowNamedColorList.patch | 7 while (v -> Allocated < n) { 17 while (NewNC ->Allocated < v ->Allocated){
|
/external/clang/test/Analysis/ |
D | keychainAPI.m | 81 } // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemFreeConten… 99 …nItemCopyContent(2, ptr, ptr, &length, &outData); // expected-warning {{Allocated data should be r… 204 …return 0; // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemF… 223 …if (length) { // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainI… 277 …opy(alloc, bytes, length, 5, 0, kCFAllocatorNull); // expected-warning{{Allocated data is not rele… 398 consumeChar(*(char*)outData); // expected-warning{{Allocated data is not released:}} 417 …OSStatus st = my_Allocate_Param(&outData, &length); // expected-warning{{Allocated data is not rel… 418 … st = my_Allocate_Param(&outData2, &length); // expected-warning{{Allocated data is not released}}
|
D | keychainAPI-diagnostic-visitor.m | 33 …length++; // expected-warning {{Allocated data is not released}} // expected-note{{Allocated data …
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | edit_distance.h | 63 std::unique_ptr<unsigned[]> Allocated; variable 67 Allocated.reset(Row);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | edit_distance.h | 63 std::unique_ptr<unsigned[]> Allocated; variable 67 Allocated.reset(Row);
|
/external/llvm/include/llvm/ADT/ |
D | edit_distance.h | 63 std::unique_ptr<unsigned[]> Allocated; variable 67 Allocated.reset(Row);
|
/external/scudo/standalone/ |
D | combined.h | 88 Header.State = Chunk::State::Allocated; in allocate() 100 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in deallocate() 384 Header.State = Chunk::State::Allocated; 427 if (UNLIKELY(Header.State != Chunk::State::Allocated)) 481 if (UNLIKELY(OldHeader.State != Chunk::State::Allocated)) 612 Header.State == Chunk::State::Allocated) { in iterateOverChunks() 662 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in getUsableSize() 686 Header.State == Chunk::State::Allocated; in isOwned()
|
D | chunk.h | 61 enum State : u8 { Available = 0, Allocated = 1, Quarantined = 2 }; enumerator
|
/external/pdfium/third_party/lcms/src/ |
D | cmsnamed.c | 515 if (v ->Allocated == 0) in GrowNamedColorList() 518 size = v ->Allocated * 2; in GrowNamedColorList() 532 v ->Allocated = size; in GrowNamedColorList() 547 while (v -> Allocated < n) { in cmsAllocNamedColorList() 581 while (NewNC ->Allocated < v ->Allocated){ in cmsDupNamedColorList() 606 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) { in cmsAppendNamedColor()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/ |
D | nanopb.proto | 34 // Allocated size for 'bytes' and 'string' fields. 37 // Allocated number of entries in arrays ('repeated' fields)
|
/external/e2fsprogs/tests/d_loaddump/ |
D | expect | 5 Allocated inode: 12
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_regalloc.c | 56 unsigned int Allocated:1; member 249 if (reg->Allocated) { in remap_register() 262 s->Input[input].Allocated = 1; in alloc_input_simple() 276 s->Temporary[i].Allocated = 1; in do_regalloc_inputs_only()
|
D | r3xx_vertprog.c | 555 unsigned int Allocated:1; member 641 if (ta[orig].Allocated && inst == ta[orig].LastRead) in allocate_temporary_registers() 650 if (!ta[orig].Allocated) { in allocate_temporary_registers() 655 ta[orig].Allocated = 1; in allocate_temporary_registers()
|
/external/nanopb-c/generator/proto/ |
D | nanopb.proto | 34 // Allocated size for 'bytes' and 'string' fields. 42 // Allocated number of entries in arrays ('repeated' fields)
|
/external/tcpdump/tests/ |
D | lmpv1_busyloop.out | 5 Flags: [Allocated for user traffic]
|
D | lmp-v.out | 180 Active: Allocated (1) 184 Active: Allocated (1) 194 Active: Allocated (1) 198 Active: Allocated (1)
|
/external/nanopb-c/generator/nanopb/ |
D | options.proto | 42 // Allocated size for 'bytes' and 'string' fields. 50 // Allocated number of entries in arrays ('repeated' fields)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GC/ |
D | alloc_loop.ll | 43 ;; Allocated mem: allocated memory is immediately dead.
|
/external/llvm/test/CodeGen/X86/GC/ |
D | alloc_loop.ll | 43 ;; Allocated mem: allocated memory is immediately dead.
|
/external/scudo/standalone/tests/ |
D | chunk_test.cpp | 47 OldHeader.State = scudo::Chunk::State::Allocated; in TEST()
|
D | wrappers_c_test.cpp | 247 size_t Allocated = MI.uordblks; in TEST() local 251 EXPECT_GE(static_cast<size_t>(MI.uordblks), Allocated + BypassQuarantineSize); in TEST()
|
/external/tensorflow/tensorflow/core/framework/ |
D | log_memory.proto | 27 // Allocated tensor details.
|
/external/python/cpython3/Doc/c-api/ |
D | type.rst | 113 Creating Heap-Allocated Types
|