Gustavo Gutierrez wrote:
> After trying the same problem occurs. Is there a way to instrument  
> gecode to use a different allocator for memory?, i mean, something  
> similar to STL in which many of the data structures provided take an  
> optional allocator template parameter.

All allocation in Gecode happens through the functions in gecode/ 
support/memory.icc.  You could try replacing the calls  
to ::malloc, ::realloc, and ::free there.

Cheers,
        Guido


_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to