Searched defs:Allocation (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dnative_heap.py19 self.allocations = [] # list of individual |Allocation|s.
23 assert(isinstance(allocation, Allocation))
59 """Updates the |Allocation|.|resident_size|s by looking at mmap stats.
99 class Allocation(object): class in inherits:object
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h31 struct Allocation { struct in class:llvm::RemoteMemoryManager
32 Allocation() {} function in struct:llvm::RemoteMemoryManager::Allocation
33 Allocation(sys::MemoryBlock mb, unsigned a, bool code) function in struct:llvm::RemoteMemoryManager::Allocation
42 // This vector contains Allocation objects for all sections which we have
45 SmallVector<Allocation, 2> AllocatedSections;
47 // This vector contains pointers to Allocation objects for any sections we
51 SmallVector<Allocation, 2> UnmappedSections;
55 DenseMap<uint64_t, Allocation> MappedSections;
/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager.h64 typedef DiscardableMemoryManagerAllocation Allocation; typedef in class:base::internal::DiscardableMemoryManager
93 void Register(Allocation* allocation, size_t bytes);
96 void Unregister(Allocation* allocation);
101 bool AcquireLock(Allocation* allocation, bool* purged);
105 void ReleaseLock(Allocation* allocation);
112 bool IsRegisteredForTest(Allocation* allocation) const;
116 bool CanBePurgedForTest(Allocation* allocation) const;
130 typedef HashingMRUCache<Allocation*, AllocationInfo> AllocationMap;
/external/chromium_org/components/web_cache/browser/
H A Dweb_cache_manager.h116 typedef std::pair<int,size_t> Allocation; typedef in class:web_cache::WebCacheManager
120 typedef std::list<Allocation> AllocationStrategy;
H A Dweb_cache_manager_unittest.cc22 typedef WebCacheManager::Allocation Allocation; typedef in class:web_cache::WebCacheManagerTest
/external/lldb/include/lldb/Expression/
H A DIRMemoryMap.h80 struct Allocation struct in class:lldb_private::IRMemoryMap
93 Allocation (lldb::addr_t process_alloc,
100 Allocation () : function in struct:lldb_private::IRMemoryMap::Allocation
115 typedef std::map<lldb::addr_t, Allocation> AllocationMap;
/external/lldb/source/Expression/
H A DIRMemoryMap.cpp203 IRMemoryMap::Allocation::Allocation (lldb::addr_t process_alloc, function in class:IRMemoryMap::Allocation
316 m_allocations[aligned_address] = Allocation(allocation_address,
368 Allocation &allocation = iter->second;
387 Allocation &allocation = iter->second;
445 Allocation &allocation = iter->second;
575 Allocation &allocation = iter->second;
706 Allocation &allocation = iter->second;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.cc65 // IDs used for posted messages for TurnServer::Allocation.
75 class TurnServer::Allocation : public rtc::MessageHandler, class in class:cricket::TurnServer
78 Allocation(TurnServer* server_,
82 virtual ~Allocation();
96 sigslot::signal1<Allocation*> SignalDestroyed;
298 Allocation* allocation = FindAllocation(&conn);
331 Allocation* allocation = FindAllocation(conn);
362 // Allocation mismatch.
424 Allocation* allocation = FindAllocation(conn);
475 Allocation* allo
644 TurnServer::Allocation::Allocation(TurnServer* server, function in class:cricket::TurnServer::Allocation
[all...]
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp259 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); local
260 if (Allocation) {
262 " with allocation: "<< Allocation->getName()<<"\n");
/external/compiler-rt/lib/asan/
H A Dasan_report.cc55 const char *Allocation() { return Magenta(); } function in class:__asan::Decorator
479 Printf("%sfreed by thread T%d%s here:%s\n", d.Allocation(),
487 d.Allocation(), alloc_thread->tid,
491 Printf("%sallocated by thread T%d%s here:%s\n", d.Allocation(),
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1609 milliseconds