Re: Using a different allocator with gnulib

2014-02-07 Thread Reuben Thomas
On 20 May 2011 20:18, Reuben Thomas wrote: > The one I have in mind is libgc. It seems that > > -DREDIRECT_MALLOC=GC_malloc -DIGNORE_FREE > > is my only option right now; maybe it is also sufficient (since if I > wanted to use libgc's own API, then I obviously wouldn't be using > gnulib's APIs an

Using a different allocator with gnulib

2011-05-20 Thread Reuben Thomas
The one I have in mind is libgc. It seems that -DREDIRECT_MALLOC=GC_malloc -DIGNORE_FREE is my only option right now; maybe it is also sufficient (since if I wanted to use libgc's own API, then I obviously wouldn't be using gnulib's APIs anyway)? -- http://rrt.sc3d.org