Thanks. Thats what i am also thinking.. If i want to free some of the memory, which i am allocating as part pixman_implementation_t for opencl intialization stuff (context, command queue, kernel etc) where i can do that.
Thanks & Regards, Pachauri 2010/10/30 Krzysztof Kosiński <[email protected]> > 2010/10/29 kb pachauri <[email protected]>: > > Hi, > > I am going through pixman code for developing pixman with opencl > > implementation. > > I have made a little success i.e. will submit a patch sometime next week > for > > review. > > But i am not getting how pixman_implementation_t is getting > free..(where?) > > Thanks in advance.. > > pixman_implementation_t is normally not freed at all. Since there is > only one instance of each implementation per process, and it is used > by everything in Pixman, the memory is freed automatically by the OS > when the application quits or the Pixman shared library is unloaded. > > Regards, Krzysztof > -- Kulbhushan Pachauri Lead Engineer SAIT-India Lab Samsung India Software Operation Pvt. Ltd. Bangalore-560093
_______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
