This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Perfomance of gc-simple



  In message <20000506192433.B22700@pcep-jamie.cern.ch>you write:
  >        With the GNU library, you can use `free' to free the blocks that
  >     `memalign' and `valloc' return.  That does not work in BSD,
  >     however--BSD does not provide any way to free such blocks.
  > 
  > I guess this is easily forgiven because all the BSD systems provide mmap()
  > anyway.  But all Glibc systems do too, don't they? :-)
Actually, older BSD systems (4.3 era) don't provide a usable
mmap implementation.

jeff

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]