Home
last modified time | relevance | path

Searched refs:addr (Results 1 – 3 of 3) sorted by relevance

/test/dittosuite/src/
Dmemory_allocation.cpp26 void* addr = nullptr; in allocate_memory() local
28 addr = mmap(NULL, size, protection, flags, -1, 0); in allocate_memory()
29 if (addr == MAP_FAILED) { in allocate_memory()
33 addresses->push(addr); in allocate_memory()
39 void* addr = addresses->top(); in deallocate_memory() local
41 if (munmap(addr, size) == -1) { in deallocate_memory()
/test/suite_harness/common/host-side/tradefed/tests/res/testdata/
Dperf-dump.txt2 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
10 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
30 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
38 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
46 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
54 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
62 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
70 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
78 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
86 pid 23365, tid 23365, addr 0x58b817b000, len 0x3228000
/test/vts/tests/kernel_proc_file_api_test/proc_tests/
DProcMapsTest.py64 line, dict(mm=token_mm, addr=token_addr, lu=token_lu, path=token_path,