HomeSort by relevance Sort by last modified time
    Searched refs:mem_base_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 197 const void* data() const { return const_cast<const char*>(mem_base_); }
290 volatile char* const mem_base_; // Memory base. (char so sizeof guaranteed 1) variable
305 const_cast<const char*>(mem_base_));
308 return reinterpret_cast<SharedMetadata*>(const_cast<char*>(mem_base_));
persistent_memory_allocator.cc 257 : mem_base_(static_cast<char*>(base)),
290 reinterpret_cast<volatile BlockHeader*>(mem_base_ +
691 reinterpret_cast<volatile BlockHeader*>(mem_base_ + ref);
705 return reinterpret_cast<const volatile BlockHeader*>(mem_base_ + ref);
742 DeallocateLocalMemory(const_cast<char*>(mem_base_), mem_size_);
    [all...]

Completed in 76 milliseconds