Searched refs:Allocation (Results 1 - 24 of 24) sorted by relevance

/external/llvm/tools/lli/
H A DRecordingMemoryManager.h28 typedef std::pair<sys::MemoryBlock, unsigned> Allocation; typedef in class:llvm::RecordingMemoryManager
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;
H A DRecordingMemoryManager.cpp19 for (SmallVectorImpl<Allocation>::iterator
23 for (SmallVectorImpl<Allocation>::iterator
36 AllocatedCodeMem.push_back(Allocation(Block, Alignment));
48 AllocatedDataMem.push_back(Allocation(Block, Alignment));
/external/valgrind/main/drd/tests/
H A Dannotate_hb_race.stderr.exp4 Allocation context: BSS section of annotate_hb_race
H A Dread_and_free_race.stderr.exp8 Address 0x........ is at offset 0 from 0x......... Allocation context:
H A Dtc21_pthonce.stderr.exp7 Allocation context: BSS section of tc21_pthonce
17 Allocation context: BSS section of tc21_pthonce
H A Dannotate_smart_pointer2.stderr.exp7 Address 0x........ is at offset ... from 0x......... Allocation context:
H A Dannotate_barrier.stderr.exp29 Address 0x........ is at offset 0 from 0x......... Allocation context:
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.cc77 class TurnServer::Allocation : public talk_base::MessageHandler, class in class:cricket::TurnServer
80 Allocation(TurnServer* server_,
84 virtual ~Allocation();
98 sigslot::signal1<Allocation*> SignalDestroyed;
297 Allocation* allocation = FindAllocation(&conn);
321 Allocation* allocation = FindAllocation(conn);
353 // Allocation mismatch.
415 Allocation* allocation = FindAllocation(conn);
466 Allocation* alloc = CreateAllocation(conn, proto, key);
510 TurnServer::Allocation* TurnServe
621 TurnServer::Allocation::Allocation(TurnServer* server, function in class:cricket::TurnServer::Allocation
[all...]
H A Dturnserver.h120 class Allocation;
123 typedef std::map<Connection, Allocation*> AllocationMap;
146 Allocation* FindAllocation(Connection* conn);
147 Allocation* CreateAllocation(Connection* conn, int proto,
160 void OnAllocationDestroyed(Allocation* allocation);
/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager.h88 typedef std::pair<int,size_t> Allocation; typedef in class:WebCacheManager
92 typedef std::list<Allocation> AllocationStrategy;
H A Dweb_cache_manager_unittest.cc19 typedef WebCacheManager::Allocation Allocation; typedef in class:WebCacheManagerTest
H A Dweb_cache_manager.cc275 strategy->push_back(Allocation(*iter, cache_size));
/external/chromium_org/chrome/browser/renderer_host/
H A Dweb_cache_manager.h99 typedef std::pair<int,size_t> Allocation; typedef in class:WebCacheManager
103 typedef std::list<Allocation> AllocationStrategy;
H A Dweb_cache_manager_unittest.cc20 typedef WebCacheManager::Allocation Allocation; typedef in class:WebCacheManagerTest
H A Dweb_cache_manager.cc303 strategy->push_back(Allocation(*iter, cache_size));
/external/compiler-rt/lib/asan/
H A Dasan_report.cc65 const char *Allocation() { return Magenta(); } function in class:__asan::Decorator
378 Printf("%sfreed by thread T%d%s here:%s\n", d.Allocation(),
386 d.Allocation(), alloc_thread->tid,
394 Printf("%sallocated by thread T%d%s here:%s\n", d.Allocation(),
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp271 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); local
272 if (Allocation) {
274 " with allocation: "<< Allocation->getName()<<"\n");
/external/oprofile/events/i386/nehalem/
H A Dunit_masks41 0x01 any Counts the number of Uops issued by the Register Allocation Table to the Reservation Station, i
42 0x01 stalled_cycles Counts the number of cycles no Uops issued by the Register Allocation Table to the Reservation Station, i
43 0x02 fused Counts the number of fused Uops that were issued from the Register Allocation Table to the Reservation Station
319 0x0F any Counts all Register Allocation Table stall cycles due to: Cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the execution pipe
H A Devents28 event:0x0E counters:0,1,2,3 um:uops_issued minimum:6000 name:UOPS_ISSUED : Counts the number of Uops issued by the Register Allocation Table to the Reservation Station, i.e. the UOPs issued from the front end to the back end.
/external/v8/src/
H A Dv8globals.h112 class Allocation;
/external/chromium_org/v8/src/
H A Dv8globals.h111 class Allocation;
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c1006 fprintf(pArg->out, "Largest Allocation: %d bytes\n", iHiwtr);
1009 fprintf(pArg->out, "Largest Pcache Allocation: %d bytes\n", iHiwtr);
1012 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
/external/sqlite/dist/orig/
H A Dshell.c1047 fprintf(pArg->out, "Largest Allocation: %d bytes\n", iHiwtr);
1050 fprintf(pArg->out, "Largest Pcache Allocation: %d bytes\n", iHiwtr);
1053 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
/external/sqlite/dist/
H A Dshell.c1052 fprintf(pArg->out, "Largest Allocation: %d bytes\n", iHiwtr);
1055 fprintf(pArg->out, "Largest Pcache Allocation: %d bytes\n", iHiwtr);
1058 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);

Completed in 1413 milliseconds