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]
Other format: [Raw text]

Re: malloc at an address


> Date: Mon, 13 May 2002 00:31:45 -0400 (EDT)
> From: Joy Mukherjee <jmukherj@csgrad.cs.vt.edu>
> To: <gcc@gcc.gnu.org>

> 	Is there anyway I can allocate a chunk of memory at a certain
> particular address of my choice ? Thank you very much.

This isn't the right list for this question.  You want to find a list
that relates to you OS, and then ask it there.  mmap is the usual way
on real OSes.  This list is for discussions on how to maintain gcc.


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