Home
last modified time | relevance | path

Searched refs:Allocation (Results 1 – 25 of 35) sorted by relevance

12

/external/valgrind/drd/tests/
Dtc19_shadowmem.stderr.exp-64bit12 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 …]
Dtc19_shadowmem.stderr.exp-32bit12 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 …]
Dtc22_exit_w_lock.stderr.exp-32bit8 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 …]
Dhg05_race2.stderr.exp-powerpc6 Allocation context: unknown.
15 Allocation context: unknown.
Dtc21_pthonce.stderr.exp7 Allocation context: BSS section of tc21_pthonce
17 Allocation context: BSS section of tc21_pthonce
Dannotate_hb_race.stderr.exp4 Allocation context: BSS section of annotate_hb_race
Dstd_thread2.stderr.exp5 Allocation context: BSS section of std_thread2
Dread_and_free_race.stderr.exp8 Address 0x........ is at offset 0 from 0x......... Allocation context:
Dannotate_smart_pointer2.stderr.exp7 Address 0x........ is at offset ... from 0x......... Allocation context:
Dannotate_smart_pointer2.stderr.exp-darwin7 Address 0x........ is at offset ... from 0x......... Allocation context:
Dannotate_barrier.stderr.exp29 Address 0x........ is at offset 0 from 0x......... Allocation context:
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp26 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 …]
DRemoteMemoryManager.h31 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/
DIRMemoryMap.h80 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/
DIRMemoryMap.cpp203 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/
DInterpreter.h53 for (void *Allocation : Allocations) in ~AllocaHolder() local
54 free(Allocation); in ~AllocaHolder()
/external/llvm/lib/CodeGen/
DStackColoring.cpp259 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/
Dtcmalloc_snapshot_view.css40 /* Allocation size in MB, right-aligned for easier comparison of columns. */
/external/llvm/test/tools/llvm-objdump/
Dcoff-private-headers.test59 LOADCFG-NEXT: Maximum Allocation Size: 0
/external/compiler-rt/lib/asan/
Dasan_report.cc68 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/
DREADME.txt.system42 6. Minimize Memory Allocation
/external/mesa3d/src/gallium/
DREADME.portability34 == Memory Allocation ==
/external/llvm/test/Transforms/Inline/
Dlifetime.ll33 %a = alloca i8 ; Allocation size is 1 byte.
/external/valgrind/docs/internals/
DBIG_APP_NOTES.txt51 // Allocation and free routines
/external/deqp/doc/testspecs/GLES2/
Dstress.long.txt28 - Allocation, uploading

12