Page 1 of 1

Custom memory allocator

Posted: 2009-02-02T11:43:04-07:00
by mkoppanen
Hello Wizards,

Is it possible to provide something like SetMagickMemoryMethods for the MagickWand API? Or is there a way to use it with MagickWand?

Re: Custom memory allocator

Posted: 2009-02-02T12:10:55-07:00
by magick
All MagickCore methods are available from the MagickWand API. Did you try calling SetMagickMemoryMethods() from your MagickWand C source module?

Re: Custom memory allocator

Posted: 2009-02-08T16:45:53-07:00
by mkoppanen
This is new information to me! I'll test this and report back results. Thanks!