Searched refs:Allocated (Results 1 – 18 of 18) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingFile.c | 107 char *Allocated; in setFilenamePossiblyWithPid() local 130 Allocated = malloc(I + NumPids*(PidLength - 2) + 1); in setFilenamePossiblyWithPid() 131 if (!Allocated) in setFilenamePossiblyWithPid() 138 memcpy(Allocated + J, PidChars, PidLength); in setFilenamePossiblyWithPid() 143 Allocated[J++] = Filename[I]; in setFilenamePossiblyWithPid() 144 Allocated[J] = 0; in setFilenamePossiblyWithPid() 147 setFilename(Allocated, 1); in setFilenamePossiblyWithPid()
|
/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/llvm/include/llvm/ADT/ |
D | edit_distance.h | 63 std::unique_ptr<unsigned[]> Allocated; variable 67 Allocated.reset(Row);
|
/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/nanopb-c/generator/proto/ |
D | nanopb.proto | 24 // Allocated size for 'bytes' and 'string' fields. 27 // Allocated number of entries in arrays ('repeated' fields)
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsnamed.c | 489 if (v ->Allocated == 0) in GrowNamedColorList() 492 size = v ->Allocated * 2; in GrowNamedColorList() 502 v ->Allocated = size; in GrowNamedColorList() 517 while (v -> Allocated < n) in cmsAllocNamedColorList() 547 while (NewNC ->Allocated < v ->Allocated) in cmsDupNamedColorList() 568 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) { in cmsAppendNamedColor()
|
D | lcms2_internal.h | 682 cmsUInt32Number Allocated; member
|
/external/e2fsprogs/tests/d_loaddump/ |
D | expect | 5 Allocated inode: 12
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_regalloc.c | 54 unsigned int Allocated:1; member 198 if (reg->Allocated) { in remap_register() 211 s->Input[input].Allocated = 1; in alloc_input_simple() 225 s->Temporary[i].Allocated = 1; in do_regalloc_inputs_only()
|
D | r3xx_vertprog.c | 547 unsigned int Allocated:1; member 633 if (ta[orig].Allocated && inst == ta[orig].LastRead) in allocate_temporary_registers() 642 if (!ta[orig].Allocated) { in allocate_temporary_registers() 647 ta[orig].Allocated = 1; in allocate_temporary_registers()
|
/external/tcpdump/tests/ |
D | lmp-v.out | 180 Active: Allocated (1) 184 Active: Allocated (1) 194 Active: Allocated (1) 198 Active: Allocated (1)
|
/external/llvm/test/CodeGen/X86/GC/ |
D | alloc_loop.ll | 43 ;; Allocated mem: allocated memory is immediately dead.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 52 Allocated, enumerator 76 bool isAllocated() const { return K == Allocated; } in isAllocated() 91 return RefState(Allocated, s, family); in getAllocated() 116 CASE(Allocated) in dump()
|
/external/nanopb-c/docs/ |
D | reference.rst | 73 max_size Allocated size for *bytes* and *string* fields. 74 max_count Allocated number of entries in arrays
|
/external/v8/src/compiler/ |
D | instruction.h | 64 INSTRUCTION_OPERAND_PREDICATE(Allocated, ALLOCATED)
|
/external/fio/ |
D | HOWTO | 1102 shm Use shared memory as the buffers. Allocated
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 647 Heap Allocated Arrays
|