jasone      2006-01-23 03:19:02 UTC
  FreeBSD src repository
  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  In arena_chunk_reg_alloc(), try to avoid touching the last page in the
  chunk during initialization, in order to avoid physically backing the
  page unless data are allocated there.
  
  Revision  Changes    Path
  1.102     +24 -7     src/lib/libc/stdlib/malloc.c