gdk_pixbuf using malloc



I'm trying to create a binding for gtk+ with a garbage collected
language and use g_mem_set_vtable to override the memory allocation
functions.

So here's the question:

Why does gdk_pixbuf use malloc to allocate memory for pixels instead
of g_malloc? Can this be changed?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]