Home
last modified time | relevance | path

Searched refs:beyond (Results 1 – 4 of 4) sorted by relevance

/system/utest/fs/
A Dtest-mmap.cpp401 void* beyond = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(addr) + new_size); in TestMmapTruncateAccess() local
402 memset(beyond, 'b', sizeof(buf_beyond)); in TestMmapTruncateAccess()
403 ASSERT_EQ(memcmp(buf_beyond, beyond, sizeof(buf_beyond)), 0); in TestMmapTruncateAccess()
444 void* beyond = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(addr) + new_size); in TestMmapTruncateExtend() local
445 memset(beyond, 'b', sizeof(buf_beyond)); in TestMmapTruncateExtend()
446 ASSERT_EQ(memcmp(buf_beyond, beyond, sizeof(buf_beyond)), 0); in TestMmapTruncateExtend()
491 void* beyond = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(addr) + new_size); in TestMmapTruncateWriteExtend() local
492 memset(beyond, 'b', sizeof(buf_beyond)); in TestMmapTruncateWriteExtend()
493 ASSERT_EQ(memcmp(buf_beyond, beyond, sizeof(buf_beyond)), 0); in TestMmapTruncateWriteExtend()
/system/ulib/trace/
A DREADME.md6 to be extended beyond that. It is easy enough to write one's own macros
/system/dev/misc/cpu-trace/
A Dintel-pt.md188 ## TODOs (beyond those in the source)
/system/ulib/fit/
A DREADME.md5 memory management beyond what is offered by the C++ 14 standard library.

Completed in 6 milliseconds