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

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 226 reinterpret_cast<volatile T*>(GetBlockData(ref, type_id, sizeof(T))));
232 reinterpret_cast<const volatile T*>(GetBlockData(
326 const volatile void* GetBlockData(Reference ref, uint32_t type_id,
328 volatile void* GetBlockData(Reference ref, uint32_t type_id,
331 const_cast<const PersistentMemoryAllocator*>(this)->GetBlockData(
persistent_memory_allocator.cc 708 const volatile void* PersistentMemoryAllocator::GetBlockData(
    [all...]

Completed in 56 milliseconds