HomeSort by relevance Sort by last modified time
    Searched full:start_pointer (Results 1 - 1 of 1) sorted by null

  /external/libchrome/base/trace_event/
process_memory_dump.cc 38 const uintptr_t start_pointer = reinterpret_cast<uintptr_t>(start_address); local
39 DCHECK_EQ(0u, start_pointer % page_size);
50 void* chunk_start = reinterpret_cast<void*>(start_pointer + offset);

Completed in 72 milliseconds