Search:

Type: Posts; User: Heidi_Nayak

Search: Search took 0.01 seconds.

  1. thx Bladactania. I really appreciate it.

    thx Bladactania. I really appreciate it.
  2. Thx for your insight. Assuming a contiguous...

    Thx for your insight. Assuming a contiguous memory chunk of 1MB.
    1) How I can track which parts are free and which are used?
    2) Can u please mention any useful methods to allocate a chunk of...
  3. And how do I implement this? Let us assume I...

    And how do I implement this?
    Let us assume I have 5 users using a server space.
    Each of them invokes malloc() to claim his share of memory - say 1 MB each. Having done so each user has to manage...
  4. Thx for your insight. You guys helped me with...

    Thx for your insight. You guys helped me with your time. May be I can share this secret!
    Mats -> I had a kinda debate with a frend. He says it is IMPOSSIBLE and I thought it would..now I am looking...
  5. Allocate memory inside allocated memory block?

    Hi,

    I'm curious if it is possible to "allocate" chunks of memory inside an already allocated memory block.

    char *block = malloc( 1024 * 1024 );

    Here I have 1MB RAM allocated. Now, my...
Results 1 to 5 of 5