Re: malloc() implementation




Karsten Jung wrote:
Hello together,

We have to make our own implementation of malloc() under Linux. Does
anybody can give me a hint where to start?

libc? <www.gnu.org/software/libc/>

Our implementation should only work under Linux.

.



Relevant Pages

  • Re: malloc() implementation
    ... Karsten Jung wrote: ... We have to make our own implementation of malloc() under Linux. ... Does anybody can give me a hint where to start? ...
    (comp.lang.c)
  • Re: malloc() implementation
    ... Karsten Jung wrote: ... anybody can give me a hint where to start? ... maybe a linux group!! ... before you blindly post off topic requests. ...
    (comp.lang.c)
  • Re: malloc() implementation
    ... Karsten Jung wrote: ... We have to make our own implementation of malloc() under Linux. ... anybody can give me a hint where to start? ...
    (comp.lang.c)
  • Re: malloc() size problems
    ... I have a strange problem with malloc(). ... images with a variable size, say from 75k to 500k, ... message (heap corruption, or something like this). ... programming in Linux, but the problem persists in windows too. ...
    (comp.lang.c)
  • Re: User implementable standard library functions
    ... and, if from mmap, it is aligned to a page boundary. ... good enough for if running on linux, just have to detect and use. ... on windows, I use malloc. ... pointer to an integer or vice versa is implementation-defined. ...
    (comp.lang.c)