Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmalloc.h519 # ifndef _SC_PAGE_SIZE
520 # define _SC_PAGE_SIZE _SC_PAGESIZE macro
523 # ifdef _SC_PAGE_SIZE
524 # define malloc_getpagesize sysconf(_SC_PAGE_SIZE)
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src516 # ifndef _SC_PAGE_SIZE
517 # define _SC_PAGE_SIZE _SC_PAGESIZE
520 # ifdef _SC_PAGE_SIZE
521 # define malloc_getpagesize sysconf(_SC_PAGE_SIZE)