Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmem_map.h65 bool low_4gb, bool reuse, std::string* error_msg);
91 off_t start, bool reuse, const char* filename,
156 int prot, bool reuse) LOCKS_EXCLUDED(Locks::mem_maps_lock_);
Dmem_map.cc260 bool low_4gb, bool reuse, std::string* error_msg) { in MapAnonymous() argument
270 if (reuse) { in MapAnonymous()
451 int fd, off_t start, bool reuse, const char* filename, in MapFileAtAddress() argument
458 if (reuse) { in MapFileAtAddress()
507 prot, reuse); in MapFileAtAddress()
537 size_t base_size, int prot, bool reuse) in MemMap() argument
539 prot_(prot), reuse_(reuse) { in MemMap()