[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Eric Cooper <ecc@c...> |
| Subject: | Re: [Caml-list] Multiboot problem |
> Does anyone can explain to me how the function caml_startup works ? The source is in asmrun/startup.c. > Does it relies on malloc or free function or any functions of the C > library ? Yes. In addition to utility functions like printf and scanf, it calls the runtime system functions defined in byterun/, like GC initialization, which calls malloc. -- Eric Cooper e c c @ c m u . e d u