Home
last modified time | relevance | path

Searched defs:memMap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dproto.go46 type memMap struct { struct
48 start uintptr // Address at which the binary (or DLL) is loaded into memory.
49 end uintptr // The limit of the address range occupied by this mapping.
50 offset uint64 // Offset in the binary that corresponds to the first mapped address.
51 file string // The object this entry is loaded from.
52 …ID string // A string that uniquely identifies a particular program version with high probability.
54 funcs symbolizeFlag
55 fake bool // map entry was faked; /proc/self/maps wasn't available
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dudatatst.c123 const char* memMap[][2]={ in TestUDataOpen() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c123 const char* memMap[][2]={ in TestUDataOpen() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp1692 … const BufferMemMap memMap(gl, GL_ATOMIC_COUNTER_BUFFER, 0, bufferSize, GL_MAP_WRITE_BIT); in iterate() local