Hi, There used to be a function g_mem_set_vtable, which allowed me to set hooks into allocator, so I can track malloc and free operations. This function doesn't exist anymore. Is there something I could use instead which would let me track malloc and free operations? Thanks, Paulius