Home
last modified time | relevance | path

Searched defs:memory_start (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/memory/
H A Daligned_malloc.cc79 uintptr_t memory_start = reinterpret_cast<uintptr_t>(memory_pointer); in AlignedMalloc() local
94 void* memory_start = reinterpret_cast<void*>(memory_start_pos); in AlignedFree() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dprofile.proto42 uint64 memory_start = 2; field
/aosp_15_r20/external/perfetto/protos/third_party/pprof/
H A Dprofile.proto154 uint64 memory_start = 2; field
/aosp_15_r20/system/extras/simpleperf/
H A Ddso.cpp892 KernelModuleDso(const std::string& path, uint64_t memory_start, uint64_t memory_end, in KernelModuleDso()
1064 std::unique_ptr<Dso> Dso::CreateKernelModuleDso(const std::string& dso_path, uint64_t memory_start, in CreateKernelModuleDso()
H A Dthread_tree.cpp157 Dso* ThreadTree::FindKernelModuleDsoOrNew(const std::string& filename, uint64_t memory_start, in FindKernelModuleDsoOrNew()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.h228 const uint64_t memory_start; member
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmemmapped_file_system.cc218 const auto memory_start = in InitializeFromFile() local
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/tests/
DSystemTests.cpp1185 size_t memory_start = 0; in TEST_F() local
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Dfdt.rs624 let memory_start = memory_range.start.try_into().unwrap(); in validate_pci_addr_range() localVariable