home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat2 / getpagesize.0 < prev    next >
Text File  |  1993-12-07  |  891b  |  67 lines

  1.  
  2. GETPAGESIZE(2)             UNIX Programmer's Manual             GETPAGESIZE(2)
  3.  
  4. NNAAMMEE
  5.      ggeettppaaggeessiizzee - get system page size
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<uunniissttdd..hh>>
  9.  
  10.      _i_n_t
  11.      ggeettppaaggeessiizzee(_v_o_i_d)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      GGeettppaaggeessiizzee() returns the number of bytes in a page.  Page granularity is
  15.      the granularity of many of the memory management calls.
  16.  
  17.      The page size is a system page size and may not be the same as the under­
  18.      lying hardware page size.
  19.  
  20. SSEEEE AALLSSOO
  21.      sbrk(2),  pagesize(1)
  22.  
  23. HHIISSTTOORRYY
  24.      The ggeettppaaggeessiizzee function call appeared in 4.2BSD.
  25.  
  26. 4.2 Berkeley Distribution       March 10, 1991                               1
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.