最終更新:2016-09-13 (火) 18:03:42 (2775d)  

ページサイズ
Top / ページサイズ

Linux/メモリ管理

  • Page size is defined by Linux (kernel) and you can get it via JNI by calling libc (bionic)'s sysconf(_SC_PAGESIZE)

Android

  • 4096byte

メモ

  • static int lowmem_minfree[6] = {
    	3 * 512,	/* 6MB */
    	2 * 1024,	/* 8MB */
    	4 * 1024,	/* 16MB */
    	16 * 1024,	/* 64MB */
    };