Search:

Type: Posts; User: eXodus31337

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    3,219

    it works like a charm now :) even runs on my psp...

    it works like a charm now :)
    even runs on my psp without alignment problems. thanks all of you.
  2. Replies
    10
    Views
    3,219

    I guess at this point, copying -or not- the...

    I guess at this point, copying -or not- the standard allocator wouldn't solve the alignment problem since it would redefine de/allocate to pick from a given block anyway.

    The target is x86, but...
  3. Replies
    10
    Views
    3,219

    Forwarding all calls except...

    Forwarding all calls except allocate/deallocate/max_size could be a great idea, thanks.

    Still, anyone knows how to return the address at the top of the stack? That is, base myMemory pointer plus a...
  4. Replies
    10
    Views
    3,219

    stack-based allocation

    Hi,

    I'm making an allocator with different allocation strategies. One of these strategies is a stack allocation.

    I want to preallocate a large block of memory and pick from this space when...
Results 1 to 4 of 5