/external/valgrind/drd/tests/ |
D | tc19_shadowmem.stderr.exp-64bit | 12 Address 0x........ is at offset 0 from 0x......... Allocation context: 21 Address 0x........ is at offset 1 from 0x......... Allocation context: 30 Address 0x........ is at offset 2 from 0x......... Allocation context: 39 Address 0x........ is at offset 3 from 0x......... Allocation context: 48 Address 0x........ is at offset 4 from 0x......... Allocation context: 57 Address 0x........ is at offset 5 from 0x......... Allocation context: 66 Address 0x........ is at offset 6 from 0x......... Allocation context: 75 Address 0x........ is at offset 7 from 0x......... Allocation context: 84 Address 0x........ is at offset 8 from 0x......... Allocation context: 93 Address 0x........ is at offset 9 from 0x......... Allocation context: [all …]
|
D | tc19_shadowmem.stderr.exp-32bit | 12 Address 0x........ is at offset 0 from 0x......... Allocation context: 21 Address 0x........ is at offset 1 from 0x......... Allocation context: 30 Address 0x........ is at offset 2 from 0x......... Allocation context: 39 Address 0x........ is at offset 3 from 0x......... Allocation context: 48 Address 0x........ is at offset 4 from 0x......... Allocation context: 57 Address 0x........ is at offset 5 from 0x......... Allocation context: 66 Address 0x........ is at offset 6 from 0x......... Allocation context: 75 Address 0x........ is at offset 7 from 0x......... Allocation context: 84 Address 0x........ is at offset 8 from 0x......... Allocation context: 93 Address 0x........ is at offset 9 from 0x......... Allocation context: [all …]
|
D | tc22_exit_w_lock.stderr.exp-32bit | 8 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS 20 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS 32 Allocation context: stack_used (offset 4, size 8) in libpthread-?.?.so, libpthread.so.0:Data 44 Allocation context: stack_used (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data 56 Allocation context: stack_cache (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data 68 Allocation context: stack_cache (offset 4, size 8) in libpthread-?.?.so, libpthread.so.0:Data 80 Allocation context: stack_cache_actsize (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS 92 Allocation context: stack_cache (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data 104 Allocation context: stack_cache_actsize (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS 116 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS [all …]
|
D | hg05_race2.stderr.exp-powerpc | 6 Allocation context: unknown. 15 Allocation context: unknown.
|
D | tc21_pthonce.stderr.exp | 7 Allocation context: BSS section of tc21_pthonce 17 Allocation context: BSS section of tc21_pthonce
|
D | annotate_hb_race.stderr.exp | 4 Allocation context: BSS section of annotate_hb_race
|
D | std_thread2.stderr.exp | 5 Allocation context: BSS section of std_thread2
|
D | read_and_free_race.stderr.exp | 8 Address 0x........ is at offset 0 from 0x......... Allocation context:
|
D | annotate_smart_pointer2.stderr.exp | 7 Address 0x........ is at offset ... from 0x......... Allocation context:
|
D | annotate_smart_pointer2.stderr.exp-darwin | 7 Address 0x........ is at offset ... from 0x......... Allocation context:
|
D | annotate_barrier.stderr.exp | 29 Address 0x........ is at offset 0 from 0x......... Allocation context:
|
/external/llvm/tools/lli/ |
D | RemoteMemoryManager.cpp | 26 for (SmallVector<Allocation, 2>::iterator in ~RemoteMemoryManager() 41 AllocatedSections.push_back( Allocation(Block, Alignment, true) ); in allocateCodeSection() 43 UnmappedSections.push_back( Allocation(Block, Alignment, true) ); in allocateCodeSection() 57 AllocatedSections.push_back( Allocation(Block, Alignment, false) ); in allocateDataSection() 59 UnmappedSections.push_back( Allocation(Block, Alignment, false) ); in allocateDataSection() 94 SmallVector<std::pair<Allocation, uint64_t>, 16> Offsets; in notifyObjectLoaded() 99 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded() 109 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset)); in notifyObjectLoaded() 116 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded() 126 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset)); in notifyObjectLoaded() [all …]
|
D | RemoteMemoryManager.h | 31 struct Allocation { struct 32 Allocation() {} in Allocation() function 33 Allocation(sys::MemoryBlock mb, unsigned a, bool code) in Allocation() function 45 SmallVector<Allocation, 2> AllocatedSections; 51 SmallVector<Allocation, 2> UnmappedSections; 55 DenseMap<uint64_t, Allocation> MappedSections;
|
/external/lldb/include/lldb/Expression/ |
D | IRMemoryMap.h | 80 struct Allocation struct 93 Allocation (lldb::addr_t process_alloc, argument 100 Allocation () : in Allocation() argument 115 typedef std::map<lldb::addr_t, Allocation> AllocationMap;
|
/external/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 203 IRMemoryMap::Allocation::Allocation (lldb::addr_t process_alloc, in Allocation() function in IRMemoryMap::Allocation 316 m_allocations[aligned_address] = Allocation(allocation_address, in Malloc() 368 Allocation &allocation = iter->second; in Leak() 387 Allocation &allocation = iter->second; in Free() 445 Allocation &allocation = iter->second; in WriteMemory() 575 Allocation &allocation = iter->second; in ReadMemory() 706 Allocation &allocation = iter->second; in GetMemoryData()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 53 for (void *Allocation : Allocations) in ~AllocaHolder() local 54 free(Allocation); in ~AllocaHolder()
|
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 259 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local 260 if (Allocation) { in collectMarkers() 262 " with allocation: "<< Allocation->getName()<<"\n"); in collectMarkers()
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/tcmalloc/ |
D | tcmalloc_snapshot_view.css | 40 /* Allocation size in MB, right-aligned for easier comparison of columns. */
|
/external/llvm/test/tools/llvm-objdump/ |
D | coff-private-headers.test | 59 LOADCFG-NEXT: Maximum Allocation Size: 0
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 68 const char *Allocation() { return Magenta(); } in Allocation() function in __asan::Decorator 531 Printf("%sfreed by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress() 538 d.Allocation(), alloc_thread->tid, in DescribeHeapAddress() 542 Printf("%sallocated by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress()
|
/external/llvm/lib/Support/ |
D | README.txt.system | 42 6. Minimize Memory Allocation
|
/external/mesa3d/src/gallium/ |
D | README.portability | 34 == Memory Allocation ==
|
/external/llvm/test/Transforms/Inline/ |
D | lifetime.ll | 33 %a = alloca i8 ; Allocation size is 1 byte.
|
/external/valgrind/docs/internals/ |
D | BIG_APP_NOTES.txt | 51 // Allocation and free routines
|
/external/deqp/doc/testspecs/GLES2/ |
D | stress.long.txt | 28 - Allocation, uploading
|