memory allocation

Johan Andersson anderssj at tcd.ie
Wed May 17 13:08:10 PDT 2000



Hi!

I am trying to figure how Kaffe allocates memory using Linux on an i386.

I found this in gc.h :


struct GarbageCollectorInterface_Ops {
...
     void* (*malloc)(Collector *, size_t size, int type);
     void* (*realloc)(Collector *, void* addr, size_t size, int type);
...
}


More information about the kaffe mailing list