/external/valgrind/main/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 | 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_barrier.stderr.exp | 29 Address 0x........ is at offset 0 from 0x......... Allocation context:
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | turnserver.cc | 77 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 …]
|
D | turnserver.h | 120 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/ |
D | RecordingMemoryManager.h | 28 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;
|
D | RecordingMemoryManager.cpp | 19 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/ |
D | discardable_memory_provider.h | 90 struct Allocation { 91 explicit Allocation(size_t bytes) 99 typedef HashingMRUCache<const DiscardableMemory*, Allocation> AllocationMap;
|
D | discardable_memory_provider.cc | 73 allocations_.Put(discardable, Allocation(bytes)); in Register()
|
/external/chromium/chrome/browser/renderer_host/ |
D | web_cache_manager.h | 88 typedef std::pair<int,size_t> Allocation; typedef 92 typedef std::list<Allocation> AllocationStrategy;
|
D | web_cache_manager_unittest.cc | 19 typedef WebCacheManager::Allocation Allocation; typedef in WebCacheManagerTest
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | web_cache_manager.h | 99 typedef std::pair<int,size_t> Allocation; typedef 103 typedef std::list<Allocation> AllocationStrategy;
|
D | web_cache_manager_unittest.cc | 20 typedef WebCacheManager::Allocation Allocation; typedef in WebCacheManagerTest
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 65 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/ |
D | tcmalloc_snapshot_view.css | 40 /* Allocation size in MB, right-aligned for easier comparison of columns. */
|
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 271 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/ |
D | README.txt.system | 42 6. Minimize Memory Allocation
|
/external/llvm/test/Transforms/Inline/ |
D | lifetime.ll | 33 %a = alloca i8 ; Allocation size is 1 byte.
|
/external/mesa3d/src/gallium/ |
D | README.portability | 34 == Memory Allocation ==
|