cvs commit: src/lib/libc/stdlib malloc.c

Jason Evans jasone at FreeBSD.org
Sun Jan 22 19:19:03 PST 2006


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


More information about the cvs-all mailing list