GNU bug report logs -
#10519
guile and (mini-)gmp
Previous Next
Full log
Message #20 received at 10519 <at> debbugs.gnu.org (full text, mbox):
nisse <at> lysator.liu.se (Niels Möller) writes:
> Mark H Weaver <mhw <at> netris.org> writes:
>
>> It would be good if you could duplicate the `mp_set_memory_functions'
>> interface in mini-gmp.
>
> I'm looking into this. I found that the GMP interface has one awkward
> feature: The current allocation size must be passed as an argument to
> the free and realloc functions. See
> http://gmplib.org/list-archives/gmp-devel/2012-January/002161.html
>
> Does guile make any use of these size arguments? I'm considering having
> mini-gmp *not* support this part of the allocation interface, and
> instead always pass zero, for the sake of simplicity.
Guile ignores the size arguments to the free and realloc functions, and
I don't anticipate ever needing them in any future version of Guile.
Thanks,
Mark
This bug report was last modified 8 years and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.