HomeSort by relevance Sort by last modified time
    Searched defs:mmap_length (Results 1 - 6 of 6) sorted by null

  /device/google/cuttlefish_common/host/libs/ivserver/
vsocsharedmem.cc 96 auto mmap_length = vsoc::VSoCMemoryLayout::Get()->GetMemoryFileSize(); local
97 void *mmap_addr = shared_mem_fd_->Mmap(0, mmap_length, PROT_READ | PROT_WRITE,
102 munmap(mmap_addr, mmap_length);
  /hardware/intel/bootstub/
mb.h 87 u32 mmap_length; member in struct:__anon47199
  /external/syslinux/com32/mboot/
mb_info.h 138 uint32_t mmap_length; member in struct:multiboot_info
  /external/syslinux/gpxe/src/arch/i386/include/
multiboot.h 115 uint32_t mmap_length; member in struct:multiboot_info
  /external/python/cpython2/Modules/
mmapmodule.c 732 mmap_length(mmap_object *self) function
996 (lenfunc)mmap_length, /*sq_length*/
1006 (lenfunc)mmap_length,
    [all...]
  /external/python/cpython3/Modules/
mmapmodule.c 772 mmap_length(mmap_object *self) function
980 (lenfunc)mmap_length, /*sq_length*/
990 (lenfunc)mmap_length,
    [all...]

Completed in 156 milliseconds