OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNativeInfo
(Results
1 - 3
of
3
) sorted by null
/system/extras/memory_replay/
NativeInfo.h
21
void
GetNativeInfo
(int smaps_fd, size_t* pss_bytes, size_t* va_bytes);
NativeInfo.cpp
33
void
GetNativeInfo
(int smaps_fd, size_t* pss_bytes, size_t* va_bytes) {
72
GetNativeInfo
(smaps_fd, &pss_bytes, &va_bytes);
/system/extras/memory_replay/tests/
NativeInfoTest.cpp
64
GetNativeInfo
(tmp_file_->fd, &pss_bytes, &va_bytes);
125
GetNativeInfo
(tmp_file_->fd, &pss_bytes, &va_bytes);
186
GetNativeInfo
(tmp_file_->fd, &pss_bytes, &va_bytes);
263
GetNativeInfo
(tmp_file_->fd, &pss_bytes, &va_bytes);
Completed in 67 milliseconds