HomeSort by relevance Sort by last modified time
    Searched full:mmap_hint (Results 1 - 1 of 1) sorted by null

  /bionic/linker/
linker_phdr.cpp 443 void* mmap_hint = nullptr; local
454 mmap_hint = addr;
456 mmap_hint = extinfo->reserved_addr;
468 start = mmap(mmap_hint, load_size_, PROT_NONE, mmap_flags, -1, 0);
473 if (strict_hint && (start != mmap_hint)) {
476 load_size_, mmap_hint, name_.c_str());
    [all...]

Completed in 2139 milliseconds