OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationMap
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/base/memory/
discardable_memory_manager.cc
23
: allocations_(
AllocationMap
::NO_AUTO_EVICT),
93
AllocationMap
::iterator it = allocations_.Peek(allocation);
111
AllocationMap
::iterator it = allocations_.Get(allocation);
148
AllocationMap
::iterator it = allocations_.Get(allocation);
169
AllocationMap
::const_iterator it = allocations_.Peek(allocation);
176
AllocationMap
::const_iterator it = allocations_.Peek(allocation);
224
for (
AllocationMap
::reverse_iterator it = allocations_.rbegin();
discardable_memory_manager.h
142
typedef HashingMRUCache<Allocation*, AllocationInfo>
AllocationMap
;
175
AllocationMap
allocations_;
/external/lldb/include/lldb/Expression/
IRMemoryMap.h
115
typedef std::map<lldb::addr_t, Allocation>
AllocationMap
;
116
AllocationMap
m_allocations;
120
AllocationMap
::iterator FindAllocation (lldb::addr_t addr, size_t size);
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h
248
typedef AddressMap<AllocValue>
AllocationMap
;
278
void DeallocateAllocationMap(
AllocationMap
* allocation);
291
// from
AllocationMap
::Iterate to AllocIterator.
304
// heap profile dumping. It gets passed to
AllocationMap
::Iterate.
337
AllocationMap
* allocations);
364
AllocationMap
* alloc_address_map_;
365
AllocationMap
* mmap_address_map_;
399
AllocationMap
map_;
heap-profile-table.cc
142
new(alloc_(sizeof(
AllocationMap
)))
AllocationMap
(alloc_, dealloc_);
157
void HeapProfileTable::DeallocateAllocationMap(
AllocationMap
* allocation) {
159
alloc_address_map_->~
AllocationMap
();
369
new(alloc_(sizeof(
AllocationMap
)))
AllocationMap
(alloc_, dealloc_);
393
mmap_address_map_->~
AllocationMap
();
505
AllocationMap
* allocations) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h
280
typedef AddressMap<AllocValue>
AllocationMap
;
376
// from
AllocationMap
::Iterate to AllocIterator.
403
// heap profile dumping. It gets passed to
AllocationMap
::Iterate.
408
// gets passed to
AllocationMap
::Iterate.
446
AllocationMap
* allocations);
468
AllocationMap
* address_map_;
502
AllocationMap
map_;
deep-heap-profile.h
82
typedef HeapProfileTable::
AllocationMap
AllocationMap
;
353
// as callback functions for
AllocationMap
::Iterate().
heap-profile-table.cc
146
new(alloc_(sizeof(
AllocationMap
)))
AllocationMap
(alloc_, dealloc_);
155
address_map_->~
AllocationMap
();
561
AllocationMap
* allocations) {
/external/lldb/source/Expression/
IRMemoryMap.cpp
34
AllocationMap
::iterator iter;
105
IRMemoryMap::
AllocationMap
::iterator
111
AllocationMap
::iterator iter = m_allocations.lower_bound (addr);
133
AllocationMap
::iterator iter = m_allocations.lower_bound (addr);
359
AllocationMap
::iterator iter = m_allocations.find(process_address);
378
AllocationMap
::iterator iter = m_allocations.find(process_address);
428
AllocationMap
::iterator iter = FindAllocation(process_address, size);
549
AllocationMap
::iterator iter = FindAllocation(process_address, size);
697
AllocationMap
::iterator iter = FindAllocation(process_address, size);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h
123
typedef std::map<Connection, Allocation*>
AllocationMap
;
182
AllocationMap
allocations_;
turnserver.cc
215
for (
AllocationMap
::iterator it = allocations_.begin();
511
AllocationMap
::const_iterator it = allocations_.find(*conn);
582
AllocationMap
::iterator it = allocations_.find(*(allocation->conn()));
[
all
...]
/external/chromium_org/net/disk_cache/blockfile/
block_files_unittest.cc
303
TEST_F(DiskCacheTest,
AllocationMap
) {
Completed in 641 milliseconds