Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c566 lbase = CEIL(lend + PGSZ, PGSZ); in fixup_maps()
572 mi->load_base = CEIL(modules.load_end + PGSZ, PGSZ); in fixup_maps()
575 lbase = CEIL(mi->load_end + PGSZ, PGSZ); in fixup_maps()
H A Dgprof.h62 #define PGSZ 4096 macro