Home
last modified time | relevance | path

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

/cts/tests/app/AppExitTest/src/android/app/cts/
DMemoryConsumerService.java89 final int oneMb = 1024 * 1024; in fillUpMemoryAndCheck() local
98 addr = Os.mmap(0, oneMb, OsConstants.PROT_WRITE, in fillUpMemoryAndCheck()
112 DirectByteBuffer buf = new DirectByteBuffer(oneMb, addr, fd, null, false); in fillUpMemoryAndCheck()
115 for (int j = 0; j < oneMb; j += pageSize) { in fillUpMemoryAndCheck()