OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocationMap
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/memory/
discardable_memory_provider.h
99
typedef HashingMRUCache<const DiscardableMemory*, Allocation>
AllocationMap
;
121
AllocationMap
allocations_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h
123
typedef std::map<Connection, Allocation*>
AllocationMap
;
182
AllocationMap
allocations_;
/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_;
/external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h
82
typedef HeapProfileTable::
AllocationMap
AllocationMap
;
353
// as callback functions for
AllocationMap
::Iterate().
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_;
Completed in 434 milliseconds