[m-dev.] MR_GC_MALLOC_ATOMIC?
Julien Fischer
juliensf at csse.unimelb.edu.au
Mon Sep 19 16:29:31 AEST 2011
Hi,
runtime/mercury.h:214 contains the following:
#define MR_new_object_atomic(type, size, alloc_id, name) \
((type *) MR_GC_MALLOC_ATOMIC(size))
However, MR_GC_MALLOC_ATOMIC does not appear to be defined anywhere.
(The only other reference to it is in the comment directly above this.)
Is this supposed to actually to be just GC_MALLOC_ATOMIC?
Julien.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at csse.unimelb.edu.au
Administrative Queries: owner-mercury-developers at csse.unimelb.edu.au
Subscriptions: mercury-developers-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the developers
mailing list