Home
last modified time | relevance | path

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

12

/external/valgrind/main/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
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_barrier.stderr.exp29 Address 0x........ is at offset 0 from 0x......... Allocation context:
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dturnserver.cc77 class TurnServer::Allocation : public talk_base::MessageHandler, class in cricket::TurnServer
80 Allocation(TurnServer* server_,
84 virtual ~Allocation();
98 sigslot::signal1<Allocation*> SignalDestroyed;
299 Allocation* allocation = FindAllocation(&conn); in OnInternalPacket()
323 Allocation* allocation = FindAllocation(conn); in HandleStunMessage()
417 Allocation* allocation = FindAllocation(conn); in CheckAuthorization()
468 Allocation* alloc = CreateAllocation(conn, proto, key); in HandleAllocateRequest()
512 TurnServer::Allocation* TurnServer::FindAllocation(Connection* conn) { in FindAllocation()
517 TurnServer::Allocation* TurnServer::CreateAllocation(Connection* conn, in CreateAllocation()
[all …]
Dturnserver.h120 class Allocation; variable
123 typedef std::map<Connection, Allocation*> AllocationMap;
147 Allocation* FindAllocation(Connection* conn);
148 Allocation* CreateAllocation(Connection* conn, int proto,
161 void OnAllocationDestroyed(Allocation* allocation);
/external/llvm/tools/lli/
DRecordingMemoryManager.h28 typedef std::pair<sys::MemoryBlock, unsigned> Allocation; typedef
31 SmallVector<Allocation, 16> AllocatedDataMem;
32 SmallVector<Allocation, 16> AllocatedCodeMem;
44 typedef SmallVectorImpl<Allocation>::const_iterator const_data_iterator;
45 typedef SmallVectorImpl<Allocation>::const_iterator const_code_iterator;
DRecordingMemoryManager.cpp19 for (SmallVectorImpl<Allocation>::iterator in ~RecordingMemoryManager()
23 for (SmallVectorImpl<Allocation>::iterator in ~RecordingMemoryManager()
36 AllocatedCodeMem.push_back(Allocation(Block, Alignment)); in allocateCodeSection()
48 AllocatedDataMem.push_back(Allocation(Block, Alignment)); in allocateDataSection()
/external/chromium_org/base/memory/
Ddiscardable_memory_provider.h90 struct Allocation {
91 explicit Allocation(size_t bytes)
99 typedef HashingMRUCache<const DiscardableMemory*, Allocation> AllocationMap;
Ddiscardable_memory_provider.cc73 allocations_.Put(discardable, Allocation(bytes)); in Register()
/external/chromium/chrome/browser/renderer_host/
Dweb_cache_manager.h88 typedef std::pair<int,size_t> Allocation; typedef
92 typedef std::list<Allocation> AllocationStrategy;
Dweb_cache_manager_unittest.cc19 typedef WebCacheManager::Allocation Allocation; typedef in WebCacheManagerTest
/external/chromium_org/chrome/browser/renderer_host/
Dweb_cache_manager.h99 typedef std::pair<int,size_t> Allocation; typedef
103 typedef std::list<Allocation> AllocationStrategy;
Dweb_cache_manager_unittest.cc20 typedef WebCacheManager::Allocation Allocation; typedef in WebCacheManagerTest
/external/compiler-rt/lib/asan/
Dasan_report.cc65 const char *Allocation() { return Magenta(); } in Allocation() function in __asan::Decorator
378 Printf("%sfreed by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress()
386 d.Allocation(), alloc_thread->tid, in DescribeHeapAddress()
394 Printf("%sallocated by thread T%d%s here:%s\n", d.Allocation(), in DescribeHeapAddress()
/external/chromium-trace/trace-viewer/src/tcmalloc/
Dtcmalloc_snapshot_view.css40 /* Allocation size in MB, right-aligned for easier comparison of columns. */
/external/llvm/lib/CodeGen/
DStackColoring.cpp271 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
272 if (Allocation) { in collectMarkers()
274 " with allocation: "<< Allocation->getName()<<"\n"); in collectMarkers()
/external/llvm/lib/Support/
DREADME.txt.system42 6. Minimize Memory Allocation
/external/llvm/test/Transforms/Inline/
Dlifetime.ll33 %a = alloca i8 ; Allocation size is 1 byte.
/external/mesa3d/src/gallium/
DREADME.portability34 == Memory Allocation ==

12