Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* alloc_final() and alloc()
@ 1998-12-22 11:03 Vincent BARAT
  1998-12-22 18:33 ` doligez
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent BARAT @ 1998-12-22 11:03 UTC (permalink / raw)
  To: caml-list

Hi !

I'm new to the list and I am working on a project whose aim is
to permit to write CORBA client and servers in Objective ML
on top of a generated stub (ML and C++) that works under VisiBroker
for the moment but should work with any ORB with very few modifications
(because the generated stub is on top of the C++ mapping of CORBA).
This project is very near to its end (3 or 4 days now !). What I could
say for the moment is that it is far more easy to write clients and
servers
in ML than with C++ !!!

So, I've discovered a problem with alloc(): it seems to return
always the same address if it is used several times in the same function
that contains also calls to alloc_final().

Is it a known bug ? If not, am I missing something ?

Thanks for your answer.

P.S. : for the moment, instead of calling alloc(), I call alloc_shr()
which work well concurrently with alloc_final().




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-12-23 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-22 11:03 alloc_final() and alloc() Vincent BARAT
1998-12-22 18:33 ` doligez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox