Searched defs:_SC_PAGE_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java392 public static final int _SC_PAGE_SIZE = placeholder(); field in class:OsConstants
/external/libffi/src/
H A Ddlmalloc.c1196 # ifndef _SC_PAGE_SIZE
1197 # define _SC_PAGE_SIZE _SC_PAGESIZE macro
1200 # ifdef _SC_PAGE_SIZE
1201 # define malloc_getpagesize sysconf(_SC_PAGE_SIZE)
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1242 # ifndef _SC_PAGE_SIZE
1243 # define _SC_PAGE_SIZE _SC_PAGESIZE macro
1246 # ifdef _SC_PAGE_SIZE
1247 # define malloc_getpagesize sysconf(_SC_PAGE_SIZE)

Completed in 134 milliseconds