Home
last modified time | relevance | path

Searched refs:mem_base_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc319 : mem_base_(static_cast<char*>(memory.base)), in PersistentMemoryAllocator()
367 reinterpret_cast<volatile BlockHeader*>(mem_base_ + in PersistentMemoryAllocator()
519 if (address < reinterpret_cast<uintptr_t>(mem_base_)) in GetAsReference()
522 uintptr_t offset = address - reinterpret_cast<uintptr_t>(mem_base_); in GetAsReference()
880 return reinterpret_cast<const volatile BlockHeader*>(mem_base_ + ref); in GetBlock()
894 reinterpret_cast<volatile BlockHeader*>(mem_base_ + ref); in GetBlock()
908 return reinterpret_cast<const volatile BlockHeader*>(mem_base_ + ref); in GetBlock()
957 DeallocateLocalMemory(const_cast<char*>(mem_base_), mem_size_, mem_type_); in ~LocalPersistentMemoryAllocator()
Dpersistent_memory_allocator.h338 const void* data() const { return const_cast<const char*>(mem_base_); } in data()
626 volatile char* const mem_base_; // Memory base. (char so sizeof guaranteed 1) variable
642 const_cast<const char*>(mem_base_)); in shared_meta()
645 return reinterpret_cast<SharedMetadata*>(const_cast<char*>(mem_base_)); in shared_meta()
/external/libchrome/base/debug/
Dactivity_tracker.cc1246 mem_base_(base) {} in ManagedActivityTracker()
1709 void* mem_base = tracker->mem_base_; in ReturnTrackerMemory()
Dactivity_tracker.h1159 void* const mem_base_; variable