Searched refs:AllocationInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager.h123 struct AllocationInfo { struct in class:base::internal::DiscardableMemoryManager
124 explicit AllocationInfo(size_t bytes) : bytes(bytes), purgable(false) {} function in struct:base::internal::DiscardableMemoryManager::AllocationInfo
130 typedef HashingMRUCache<Allocation*, AllocationInfo> AllocationMap;
H A Ddiscardable_memory_manager.cc66 allocations_.Put(allocation, AllocationInfo(bytes));
73 const AllocationInfo& info = it->second;
91 AllocationInfo* info = &it->second;
128 AllocationInfo* info = &it->second;
184 AllocationInfo* info = &it->second;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2131 struct AllocationInfo { struct
2135 AllocationInfo(const ExplodedNode *InN, function in struct:AllocationInfo
2141 static AllocationInfo
2216 return AllocationInfo(AllocationNodeInCurrentContext,
2241 AllocationInfo AllocI =
2334 AllocationInfo AllocI =
/external/chromium_org/v8/src/heap/
H A Dspaces.h96 class AllocationInfo;
1251 class AllocationInfo { class in namespace:v8::internal
1253 AllocationInfo() : top_(NULL), limit_(NULL) {} function in class:v8::internal::AllocationInfo
1897 AllocationInfo allocation_info_;
2567 AllocationInfo allocation_info_;

Completed in 128 milliseconds