Searched defs:sys_mmap (Results 1 - 1 of 1) sorted by last modified time

/external/google-breakpad/src/common/
H A Dmemory.h46 #define sys_mmap mmap macro
119 void *a = sys_mmap(NULL, page_size_ * num_pages, PROT_READ | PROT_WRITE,
129 // We need to indicate to MSan that memory allocated through sys_mmap is

Completed in 125 milliseconds