Home
last modified time | relevance | path

Searched refs:Allocated (Results 1 – 25 of 84) sorted by relevance

1234

/external/gwp_asan/gwp_asan/tests/
Diterate.cpp16 std::vector<std::pair<void *, size_t>> Allocated; in TEST_F() local
18 Allocated.push_back({GPA.allocate(size), size}); in TEST_F()
27 std::sort(Allocated.begin(), Allocated.end()); in TEST_F()
30 void *Base = Allocated[0].first; in TEST_F()
31 size_t Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F()
44 EXPECT_EQ(Allocated, Found); in TEST_F()
48 Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F()
63 GPA.deallocate(Allocated.back().first); in TEST_F()
64 Allocated.pop_back(); in TEST_F()
65 EXPECT_EQ(Allocated, Found); in TEST_F()
[all …]
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Diterate.cpp16 std::vector<std::pair<void *, size_t>> Allocated; in TEST_F() local
18 Allocated.push_back({GPA.allocate(size), size}); in TEST_F()
27 std::sort(Allocated.begin(), Allocated.end()); in TEST_F()
30 void *Base = Allocated[0].first; in TEST_F()
31 size_t Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F()
44 EXPECT_EQ(Allocated, Found); in TEST_F()
48 Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F()
63 GPA.deallocate(Allocated.back().first); in TEST_F()
64 Allocated.pop_back(); in TEST_F()
65 EXPECT_EQ(Allocated, Found); in TEST_F()
[all …]
/external/iproute2/examples/diffserv/
Dregression-testing53 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/
D0008-infinite-loop-GrowNamedColorList.patch7 while (v -> Allocated < n) {
17 while (NewNC ->Allocated < v ->Allocated){
/external/llvm-project/llvm/include/llvm/ADT/
Dedit_distance.h62 std::unique_ptr<unsigned[]> Allocated; variable
66 Allocated.reset(Row);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dedit_distance.h62 std::unique_ptr<unsigned[]> Allocated; variable
66 Allocated.reset(Row);
/external/llvm/include/llvm/ADT/
Dedit_distance.h63 std::unique_ptr<unsigned[]> Allocated; variable
67 Allocated.reset(Row);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dedit_distance.h63 std::unique_ptr<unsigned[]> Allocated; variable
67 Allocated.reset(Row);
/external/llvm-project/clang/test/Analysis/
DkeychainAPI-diagnostic-visitor.m33 …length++; // expected-warning {{Allocated data is not released}} // expected-note{{Allocated data …
DkeychainAPI.m81 } // 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…
196 …return 0; // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemF…
215 …if (length) { // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainI…
284 …opy(alloc, bytes, length, 5, 0, kCFAllocatorNull); // expected-warning{{Allocated data is not rele…
405 consumeChar(*(char*)outData); // expected-warning{{Allocated data is not released:}}
424 …OSStatus st = my_Allocate_Param(&outData, &length); // expected-warning{{Allocated data is not rel…
425 … st = my_Allocate_Param(&outData2, &length); // expected-warning{{Allocated data is not released}}
/external/clang/test/Analysis/
DkeychainAPI.m81 } // 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}}
DkeychainAPI-diagnostic-visitor.m33 …length++; // expected-warning {{Allocated data is not released}} // expected-note{{Allocated data …
/external/llvm-project/llvm/unittests/IR/
DDebugInfoTest.cpp215 DIExpression *Allocated = getDIExpression(2); in TEST() local
220 Allocated, Rank); in TEST()
225 EXPECT_EQ(ArrayType->getRawAllocated(), Allocated); in TEST()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h98 Header.State = Chunk::State::Allocated; in allocate()
110 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in deallocate()
457 Header.State = Chunk::State::Allocated;
501 if (UNLIKELY(Header.State != Chunk::State::Allocated))
556 if (UNLIKELY(OldHeader.State != Chunk::State::Allocated))
690 Header.State == Chunk::State::Allocated) { in iterateOverChunks()
756 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in getUsableSize()
780 Header.State == Chunk::State::Allocated; in isOwned()
880 Header.State != Chunk::State::Allocated && in getErrorInfo()
904 Header.State != Chunk::State::Allocated || Tag != FaultAddrTag) in getErrorInfo()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
DFrames-dyn-alloca-with-func-call.ll59 ; Allocated area is referred by stack pointer.
96 ; Allocated area is referred by stack pointer.
131 ; Allocated area is referred by stack pointer.
/external/pdfium/third_party/lcms/src/
Dcmsnamed.c515 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/
Dnanopb.proto34 // Allocated size for 'bytes' and 'string' fields.
37 // Allocated number of entries in arrays ('repeated' fields)
/external/libwebsockets/minimal-examples/api-tests/
DREADME.md5 api-test-lwsac|LWS Allocated Chunks api
/external/arm-trusted-firmware/fdts/
Dcorstone700_fvp.dts17 * Allocated flash space: 8 MB
/external/e2fsprogs/tests/d_loaddump/
Dexpect5 Allocated inode: 12
/external/scudo/standalone/
Dcombined.h95 Header.State = Chunk::State::Allocated; in allocate()
113 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in deallocate()
494 Header.State = Chunk::State::Allocated;
543 if (UNLIKELY(Header.State != Chunk::State::Allocated))
604 if (UNLIKELY(OldHeader.State != Chunk::State::Allocated))
756 if (Header.State == Chunk::State::Allocated) { in iterateOverChunks()
824 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in getUsableSize()
848 Header.State == Chunk::State::Allocated; in isOwned()
1327 Header.State != Chunk::State::Allocated || Tag != FaultAddrTag) in getInlineErrorInfo()
/external/nanopb-c/generator/proto/
Dnanopb.proto34 // Allocated size for 'bytes' and 'string' fields.
42 // Allocated number of entries in arrays ('repeated' fields)
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c56 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()
/external/tcpdump/tests/
Dlmpv1_busyloop.out5 Flags: [Allocated for user traffic]
/external/nanopb-c/generator/nanopb/
Doptions.proto42 // Allocated size for 'bytes' and 'string' fields.
50 // Allocated number of entries in arrays ('repeated' fields)

1234