Searched refs:MAPPGSZ_HEAP (Results 1 – 6 of 6) sorted by relevance
103 #define MAPPGSZ_HEAP 0x04 macro
197 type = MAPPGSZ_HEAP; in memcntl()
383 case MAPPGSZ_HEAP: in map_pgsz()386 MAPPGSZ_HEAP ? max_uheap_lpsize : max_ustack_lpsize); in map_pgsz()391 len = (maptype == MAPPGSZ_HEAP) ? p->p_brkbase + in map_pgsz()394 len = (maptype == MAPPGSZ_HEAP) ? MAX(len, in map_pgsz()409 mszc = (maptype == MAPPGSZ_HEAP ? p->p_brkpageszc : in map_pgsz()
632 case MAPPGSZ_HEAP: in map_pgsz()
117 pgsz = map_pgsz(MAPPGSZ_HEAP, p, bssbase, len, 0); in brk_lpg()
1303 page_szc(map_pgsz(MAPPGSZ_HEAP, in mapelfexec()