Thread: process memory allocation

  1. #16
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    Look into the brk and sbrk functions. You will have to use those in combination with the internal data structures Salem mentioned. Also, this Stack Overflow thread has some good links to articles you might find helpful.

  2. #17
    Registered User
    Join Date
    Apr 2011
    Posts
    5
    Thank you all for your involvement, suggestions and links, I hope I'll get to the end of this, unfortunately I'll have to postpone for short time, stuff just coming in.
    Best regards

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C memory allocation to c++
    By markucd in forum C++ Programming
    Replies: 2
    Last Post: 11-30-2005, 05:56 AM
  2. memory allocation
    By pari in forum C Programming
    Replies: 5
    Last Post: 12-10-2002, 10:51 AM
  3. memory allocation
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 06-09-2002, 01:23 PM
  4. memory allocation
    By Dohojar in forum C Programming
    Replies: 10
    Last Post: 03-15-2002, 11:26 AM
  5. Memory Allocation
    By Yankee in forum C++ Programming
    Replies: 4
    Last Post: 12-11-2001, 03:16 PM

Tags for this Thread